Skip to content

Commit cd46472

Browse files
authored
Merge pull request #254 from Carreau/intersphinx-python-3
Intersphinx mapping to Python 3
2 parents fb46107 + b9822d0 commit cd46472

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

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

370370

371371
# Example configuration for intersphinx: refer to the Python standard library.
372-
intersphinx_mapping = {'https://docs.python.org/': None}
372+
intersphinx_mapping = {'https://docs.python.org/3/': None}
373373

374374
# Read The Docs
375375
# on_rtd is whether we are on readthedocs.org, this line of code grabbed from docs.readthedocs.org

0 commit comments

Comments
 (0)