Closed mmcky closed 6 years ago
Curently if a setting is changed in conf.py, sphinx doesn't clear the cache and recompile all of the notebooks. Is this a Sphinx issue or can we address this in our extension to check for changes in configuration.
conf.py
The standard way to address this is to use make clean and then make jupyter
make clean
make jupyter
Curently if a setting is changed in
conf.py
, sphinx doesn't clear the cache and recompile all of the notebooks. Is this a Sphinx issue or can we address this in our extension to check for changes in configuration.