QuantEcon / sphinxcontrib-jupyter

A Sphinx Extension for Generating Jupyter Notebooks
BSD 3-Clause "New" or "Revised" License
77 stars 23 forks source link

detect changes in conf.py? #1

Closed mmcky closed 6 years ago

mmcky commented 7 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.

mmcky commented 6 years ago

The standard way to address this is to use make clean and then make jupyter