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).
hvPlot website will no longer have an
examples/
directory, all the notebooks will be indoc/
. 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).