Closed shapiromatron closed 7 months ago
I was able to fix it by adding import pydata_sphinx_theme
to my conf.py file, but it seems odd (or at least different than sphinx core) that it's required for autobuild to resolve the theme information.
Hmm, sphinx-autobuild literally just calls sphinx-build under the hood. Could you run things in verbose mode and, possibly, also print sys.path from conf.py to gather more diagnostics on this.
Also, are both Sphinx and sphinx-autobuild installed in the same directory?
I get an error in configuration when running
sphinx-autobuild
, but it works just fine when using the standardsphinx-build
.I'm using the pydata-sphinx-theme.
The rendered output looks fine with the standard build command, I'm not sure what the issue is. Any ideas?