Skip to content

Commit aaeff41

Browse files
committed
Fix intersphinx_mapping syntax
1 parent 7c11743 commit aaeff41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -281,4 +281,4 @@
281281

282282

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

0 commit comments

Comments
 (0)