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 bbd731d commit bcd8cf9Copy full SHA for bcd8cf9
doc/source/conf.py
@@ -63,7 +63,7 @@
63
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
64
extensions = ['sphinx.ext.autodoc',
65
'sphinx.ext.doctest',
66
- #'sphinx.ext.intersphinx',
+ 'sphinx.ext.intersphinx',
67
'sphinx.ext.todo',
68
'sphinx.ext.mathjax',
69
'sphinx.ext.inheritance_diagram',
@@ -271,7 +271,7 @@
271
272
273
# Example configuration for intersphinx: refer to the Python standard library.
274
-intersphinx_mapping = {'https://docs.python.org/': None}
+intersphinx_mapping = {'https://docs.python.org/3/': None}
275
276
# Config of plot_directive
277
plot_include_source = True
0 commit comments