diff options
| author | Dan Halbert <halbert@halwitz.org> | 2019-07-16 19:53:36 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2019-07-16 19:53:36 -0400 |
| commit | 364ee62d108bbdc1d4da8bb646a9332a68964b76 (patch) | |
| tree | a35823d7f86e9c422f280823df71b960976ab242 /conf.py | |
| parent | cb99546ea569bd91421e7ee0884c2756387a12d3 (diff) | |
Address review comments.
Diffstat (limited to 'conf.py')
| -rw-r--r-- | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ version = release = '0.0.0' # List of patterns, relative to source directory, that match files and # directories to ignore when looking for source files. exclude_patterns = ["**/build*", + ".git", ".venv", ".direnv", "docs/README.md", |
