]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
dnsdist docs: avoid warnings about rst files in .venv
authorPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 3 Feb 2021 09:11:26 +0000 (10:11 +0100)
committerPeter van Dijk <peter.van.dijk@powerdns.com>
Wed, 3 Feb 2021 09:11:26 +0000 (10:11 +0100)
pdns/dnsdistdist/docs/conf.py

index 35be131d86c4351719a17e2195953ea0aef22fa8..232af4d268686f678af8082c80f146b7644539e8 100644 (file)
@@ -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'