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.
2 parents 45d26c5 + bd632ff commit 06b0a6cCopy full SHA for 06b0a6c
doc/conf.py
@@ -84,14 +84,11 @@
84
85
def _check_dependencies():
86
names = {
87
+ **{ext: ext.split(".")[0] for ext in extensions},
88
+ # Explicitly list deps that are not extensions, or whose PyPI package
89
+ # name does not match the (toplevel) module name.
90
"colorspacious": 'colorspacious',
- "IPython.sphinxext.ipython_console_highlighting": 'ipython',
- "matplotlib": 'matplotlib',
- "numpydoc": 'numpydoc',
91
- "PIL.Image": 'pillow',
92
- "pydata_sphinx_theme": 'pydata_sphinx_theme',
93
- "sphinx_copybutton": 'sphinx_copybutton',
94
- "sphinx_gallery": 'sphinx_gallery',
+ "mpl_sphinx_theme": 'mpl_sphinx_theme',
95
"sphinxcontrib.inkscapeconverter": 'sphinxcontrib-svg2pdfconverter',
96
}
97
missing = []
0 commit comments