25 lines
388 B
C++
25 lines
388 B
C++
# The following patterns are to be excluded from the documentation build
|
|
|
|
**CHANGELOG*
|
|
**LICENSE*
|
|
**CONTRIBUTING*
|
|
|
|
# notebooks
|
|
examples/app_simple_audio_dsp_integration/dsp_design.ipynb
|
|
|
|
.doc_venv/*
|
|
test/*
|
|
build/*
|
|
|
|
# Do not build .md files
|
|
*.md
|
|
**/*.md
|
|
|
|
# Do not build the app docs
|
|
tools/*
|
|
|
|
# Don't include libraries in user docs
|
|
|
|
# Ignore additional licence file
|
|
ADDITIONAL_LICENSES.rst
|