Skip to content

Commit 70263a7

Browse files
authored
Merge pull request #413 from sot/intersphinx
set intersphinx mapping as shown in sphinx docs
2 parents ce116a2 + bed496f commit 70263a7

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
@@ -190,4 +190,4 @@
190190

191191

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

0 commit comments

Comments
 (0)