Skip to content

Commit 03cdac2

Browse files
committed
Fix: sphinx syntax error
1 parent d9a6a87 commit 03cdac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,4 +91,4 @@ def setup(app):
9191
'Miscellaneous'),
9292
]
9393

94-
intersphinx_mapping = {'https://docs.python.org/': None}
94+
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

0 commit comments

Comments
 (0)