From: Peter van Dijk Date: Wed, 3 Feb 2021 09:11:26 +0000 (+0100) Subject: dnsdist docs: avoid warnings about rst files in .venv X-Git-Tag: dnsdist-1.6.0-alpha2~62^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5aedfbc573a87487cdfe18379cef3e108b43a52b;p=thirdparty%2Fpdns.git dnsdist docs: avoid warnings about rst files in .venv --- diff --git a/pdns/dnsdistdist/docs/conf.py b/pdns/dnsdistdist/docs/conf.py index 35be131d86..232af4d268 100644 --- a/pdns/dnsdistdist/docs/conf.py +++ b/pdns/dnsdistdist/docs/conf.py @@ -70,7 +70,7 @@ language = None # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. # This patterns also effect to html_static_path and html_extra_path -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] +exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '.venv'] # The name of the Pygments (syntax highlighting) style to use. pygments_style = 'sphinx'