summaryrefslogtreecommitdiffstatshomepage
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 0f70417eb7..2b20d47ab3 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -113,7 +113,7 @@ release = '1.9.1'
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
-exclude_patterns = ['build']
+exclude_patterns = ['build', '.venv']
# The reST default role (used for this markup: `text`) to use for all
# documents.