You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The doc build for xtensor-blas fails with sphinx 4:
sphinx-build -b html -d build/doctrees source build/html
Running Sphinx v4.2.0
making output directory... done
Exception occurred:
File "/build/xtensor-blas-0.19.1/docs/source/conf.py", line 19, in setup
app.add_stylesheet("main_stylesheet.css")
AttributeError: 'Sphinx' object has no attribute 'add_stylesheet'
The full traceback has been saved in /tmp/sphinx-err-dacahox3.log, if you want to report the issue to the developers.
Please also report this if it was a user error, so that a better error message can be provided next time.
A bug report can be filed in the tracker at <https://github.com/sphinx-doc/sphinx/issues>. Thanks!
make[2]: *** [Makefile:56: html] Error 2
The doc build for xtensor-blas fails with sphinx 4:
This is the same as xtensor Issue #2441, xtensor-stack/xtensor#2441
add_stylesheet
is deprecated and needs to be replaced withadd_css_file()
The text was updated successfully, but these errors were encountered: