8000
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 412dced commit af3780d 8000 svg>Copy full SHA for af3780d
doc/conf.py
@@ -144,6 +144,14 @@ def _check_dependencies():
144
raise ImportError(
145
"The following dependencies are missing to build the "
146
f"documentation: {', '.join(missing)}")
147
+
148
+ # debug sphinx-pydata-theme and mpl-theme-version
149
+ if 'mpl_sphinx_theme' not in missing:
150
+ import pydata_sphinx_theme
151
+ import mpl_sphinx_theme
152
+ print(f"pydata sphinx theme: {pydata_sphinx_theme.__version__}")
153
+ print(f"mpl sphinx theme: {mpl_sphinx_theme.__version__}")
154
155
if shutil.which('dot') is None:
156
raise OSError(
157
"No binary named dot - graphviz must be installed to build the "
0 commit comments