spatialaudio / nbsphinx

:ledger: Sphinx source parser for Jupyter notebooks
https://nbsphinx.readthedocs.io/
MIT License
451 stars 130 forks source link

Only use some (not all) notebooks in a subdirectory #477

Closed reckoner closed 4 years ago

reckoner commented 4 years ago

Is there a way to make this not run all notebooks in a particular subdirectory? Sometimes I want to exclude certain notebooks from execution and inclusion into my documentation. Thanks!

mgeier commented 4 years ago

You can use https://www.sphinx-doc.org/en/master/usage/configuration.html#confval-exclude_patterns.