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
It is inefficient that a careful author has to first run the doctests on the project:
make doctest
then run the page build
make html
where all code has to be run twice, once for the doctests and once for the page build. Consider:
having the doctests build the relevant outputs so that the page build does not have to rerun the nbplot etc code - see Proper caching of built nbplots #2 .
having the doctests run as part of the page build, perhaps as a sphinx configuration option.
It is inefficient that a careful author has to first run the doctests on the project:
then run the page build
where all code has to be run twice, once for the doctests and once for the page build. Consider:
@stefanv - we discussed this a while ago.
The text was updated successfully, but these errors were encountered: