Skip to content

Commit 7ee398b

Browse files
committed
Updating docs intersphinx to latest
1 parent 6e7550d commit 7ee398b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/conf.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,9 @@
164164

165165
# -- Options for Extensions -------------------------------------------
166166
# Example configuration for intersphinx: refer to the Python standard library.
167-
intersphinx_mapping = {'http://docs.python.org/': None}
167+
intersphinx_mapping = {
168+
'python 3': ('https://docs.python.org/3/', None),
169+
}
168170

169171
# options for autodoc
170172
autodoc_default_options = {'member-order': 'bysource'}

0 commit comments

Comments
 (0)