diff options
| author | Scott Shawcroft <scott@tannewt.org> | 2020-08-26 17:18:16 -0700 |
|---|---|---|
| committer | Scott Shawcroft <scott@tannewt.org> | 2020-08-26 17:18:16 -0700 |
| commit | 46dc133d04bb6c38faea820576978827edd4337d (patch) | |
| tree | 47657e45166b2bc2cdf7538b472d4d41ed4a3b1c /conf.py | |
| parent | 6fbeb28bd6804fe884ee4cfcaf56199a0859d439 (diff) | |
Fix stub and doc builds
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |
