QuantEcon / sphinxcontrib-jupyter

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

FEAT: Enable `html` regeneration without executing notebooks #290

Open mmcky opened 4 years ago

mmcky commented 4 years ago

@AakashGfude it has been requested to enable html regeneration without executing the collection of notebooks. I am relucatnt to add this to the extension as it bypasses the sphinx cache which is tracking changes in content -- but perhaps we could add a utility in the Makefile which would use nbconvert and the tpl file? What do you think?