From cc58b8bc0d8f765366fb9737e2672bc5e2d64363 Mon Sep 17 00:00:00 2001 From: Georg Kunz Date: Fri, 19 Aug 2022 10:55:59 +0200 Subject: 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 Change-Id: I90351d55b2def457b2180cf20d96b9035b5802ff --- docs/conf.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/conf.py') 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 -- cgit 1.2.3-korg