Closed AtomicVar closed 2 years ago
As you found your sphinx gallery version is probably too new, try pip install sphinx-gallery==0.4.0
. You can use the ./docker/bash.sh ci_gpu - ...
command here to generate the list of all the versions used in CI
@driazati Thanks, now it works. ❤️
Expected behavior
Making documentation according to docs/README.md:
should be run without any error.
Actual behavior
After searching, I found out that
find_mayavi_figures
is an outdated option of sphinx-gallery due to a commit.Environment
Steps to reproduce
cd docs && make html