holoviz-dev / nbsite

Build a tested, sphinx-based website from notebooks
https://nbsite.pyviz.org
BSD 3-Clause "New" or "Revised" License
28 stars 13 forks source link

Allow to skip generating the rst item that uses the notebook directive #303

Closed maximlt closed 7 months ago

maximlt commented 7 months ago

hvPlot website will no longer have an examples/ directory, all the notebooks will be in doc/. In this configuration, building the intermediate RST file to embed the notebook via the Notebook Directive of nbsite is superfluous. This PR adds an option to disable this step (enabled by default, no breaking change).