We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7550d commit 7ee398bCopy full SHA for 7ee398b
docs/conf.py
@@ -164,7 +164,9 @@
164
165
# -- Options for Extensions -------------------------------------------
166
# Example configuration for intersphinx: refer to the Python standard library.
167
-intersphinx_mapping = {'http://docs.python.org/': None}
+intersphinx_mapping = {
168
+ 'python 3': ('https://docs.python.org/3/', None),
169
+}
170
171
# options for autodoc
172
autodoc_default_options = {'member-order': 'bysource'}
0 commit comments