Skip to content

Commit 75d29ac

Browse files
committed
Fix reference to inter-sphinx objects database
1 parent 95881c8 commit 75d29ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/en/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@
329329

330330

331331
# Example configuration for intersphinx: refer to the Python standard library.
332-
intersphinx_mapping = {"python": ("http://docs.python.org/3", None)}
332+
intersphinx_mapping = {"python": ("https://docs.python.org/3", None)}
333333

334334

335335
def setup(app):

0 commit comments

Comments
 (0)