Skip to content

Commit 062e343

Browse files
committed
Simplify sphinx-gallery intersphinx config
According to its docs, there's no need for any additional entries in `reference_url` if intersphinx is being used.
1 parent 0c5e52e commit 062e343

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

doc/conf.py

-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ def matplotlib_reduced_latex_scraper(block, block_vars, gallery_conf,
190190
'doc_module': ('matplotlib', 'mpl_toolkits'),
191191
'reference_url': {
192192
'matplotlib': None,
193-
'numpy': 'https://numpy.org/doc/stable/',
194-
'scipy': 'https://docs.scipy.org/doc/scipy/',
195193
},
196194
'backreferences_dir': Path('api') / Path('_as_gen'),
197195
'subsection_order': gallery_order.sectionorder,

0 commit comments

Comments
 (0)