Skip to content

Commit ac0875c

Browse files
author
Volker Eckert
committed
docs/doc-src/conf.py: fix intersphinx_mapping config syntax
1 parent bcf2238 commit ac0875c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/doc-src/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,4 +198,4 @@
198198

199199

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

0 commit comments

Comments
 (0)