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.
2 parents 3ab6e1f + af3780d commit 5bdf0e0Copy full SHA for 5bdf0e0
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