summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorScott Shawcroft <scott@tannewt.org>2020-08-26 17:18:16 -0700
committerScott Shawcroft <scott@tannewt.org>2020-08-26 17:18:16 -0700
commit46dc133d04bb6c38faea820576978827edd4337d (patch)
tree47657e45166b2bc2cdf7538b472d4d41ed4a3b1c /conf.py
parent6fbeb28bd6804fe884ee4cfcaf56199a0859d439 (diff)
Fix stub and doc builds
Diffstat (limited to 'conf.py')
-rw-r--r--conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf.py b/conf.py
index 4a8b72584..bd9e31d7f 100644
--- a/conf.py
+++ b/conf.py
@@ -144,6 +144,7 @@ version = release = final_version
# directories to ignore when looking for source files.
exclude_patterns = ["**/build*",
".git",
+ ".env",
".venv",
".direnv",
"docs/autoapi",