diff --git a/docs/conf.py b/docs/conf.py
index 0f70417eb750efe71814a6c0bda90fb99f87eb82..2b20d47ab38a0f4ef18028cb2985a466ab7491ec 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.