From 5aedfbc573a87487cdfe18379cef3e108b43a52b Mon Sep 17 00:00:00 2001 From: Peter van Dijk Date: Wed, 3 Feb 2021 10:11:26 +0100 Subject: [PATCH] dnsdist docs: avoid warnings about rst files in .venv --- pdns/dnsdistdist/docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.47.2