summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e492d4819..00d63dc7b 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -7,6 +7,12 @@ extensions = ['sphinx.ext.intersphinx',
'sphinx.ext.autosectionlabel'
]
html_theme = "sphinx_material"
+exclude_patterns = [
+ '**/.tox',
+ 'templates', # suppress warning that these files are not included in any toctree
+ 'how-to-use-docs/files', # suppress warning that these files are not included in any toctree
+ 'development/feature.templates' # suppress warning that these files are not included in any toctree
+]
# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the