File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 29
29
extensions = ['matplotlib.sphinxext.mathmpl' , 'sphinxext.math_symbol_table' ,
30
30
'sphinx.ext.autodoc' , 'matplotlib.sphinxext.only_directives' ,
31
31
'sphinx.ext.doctest' , 'sphinx.ext.autosummary' ,
32
- 'sphinx.ext.inheritance_diagram' ,
32
+ 'sphinx.ext.inheritance_diagram' , 'sphinx.ext.intersphinx' ,
33
33
'sphinx_gallery.gen_gallery' ,
34
34
'matplotlib.sphinxext.plot_directive' ,
35
35
'sphinxext.github' ,
@@ -88,6 +88,13 @@ def _check_deps():
88
88
89
89
autodoc_docstring_signature = True
90
90
91
+ intersphinx_mapping = {
92
+ 'python' : ('https://docs.python.org/' , None ),
93
+ 'numpy' : ('https://docs.scipy.org/doc/numpy/' , None ),
94
+ 'scipy' : ('https://docs.scipy.org/doc/scipy/reference/' , None ),
95
+ 'pandas' : ('https://pandas.pydata.org/pandas-docs/stable' , None )
96
+ }
97
+
91
98
92
99
# Sphinx gallery configuration
93
100
sphinx_gallery_conf = {
You can’t perform that action at this time.
0 commit comments