Skip to content

Commit caafc11

Browse files
committed
add intersphinx mapping to Python
1 parent 85b7a24 commit caafc11

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/source/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,8 @@
122122
# relative to this directory. They are copied after the builtin static files,
123123
# so a file named "default.css" will overwrite the builtin "default.css".
124124
# html_static_path = ['_static']
125+
126+
127+
intersphinx_mapping = {
128+
"python": ("https://docs.python.org/3", None),
129+
}

0 commit comments

Comments
 (0)