When some changes are made in the tutorials or benchmarks notebooks (the ones inside the doc/source/bench/ or doc/source/tutorials/ directories), a specific order has to be followed in order to properly run the notebooks:
- Run the tutorials
- Run the benchmarks
Then, the documentation will be generated as usual with:
cd doc
PYTHONPATH=.. make html