diff options
author | Georg Kunz <georg.kunz@ericsson.com> | 2022-08-19 10:55:59 +0200 |
---|---|---|
committer | Georg Kunz <georg.kunz@ericsson.com> | 2022-09-28 14:30:02 +0000 |
commit | cc58b8bc0d8f765366fb9737e2672bc5e2d64363 (patch) | |
tree | bfde4eac9bbeecaeb6df9ac9d233e07152ca7d06 /docs/conf.py | |
parent | d89e6ffd6d7217445c4871cf2f1efa549d8eeaf7 (diff) |
Fixing warnings to unclutter the build log
As part of cleaning up the Anuket/OPNFV documentation, this
change fixes a few warnings to unclutter the build log.
Signed-off-by: Georg Kunz <georg.kunz@ericsson.com>
Change-Id: I90351d55b2def457b2180cf20d96b9035b5802ff
Diffstat (limited to 'docs/conf.py')
-rw-r--r-- | docs/conf.py | 6 |
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 |