Skip to content

Commit bcd8cf9

Browse files
committed
DOC: Enable intersphinx
1 parent bbd731d commit bcd8cf9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/source/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
6464
extensions = ['sphinx.ext.autodoc',
6565
'sphinx.ext.doctest',
66-
#'sphinx.ext.intersphinx',
66+
'sphinx.ext.intersphinx',
6767
'sphinx.ext.todo',
6868
'sphinx.ext.mathjax',
6969
'sphinx.ext.inheritance_diagram',
@@ -271,7 +271,7 @@
271271

272272

273273
# Example configuration for intersphinx: refer to the Python standard library.
274-
intersphinx_mapping = {'https://docs.python.org/': None}
274+
intersphinx_mapping = {'https://docs.python.org/3/': None}
275275

276276
# Config of plot_directive
277277
plot_include_source = True

0 commit comments

Comments
 (0)