diff options
| author | Nick Moore <nick@zoic.org> | 2018-10-09 22:57:42 +1100 |
|---|---|---|
| committer | Nick Moore <nick@zoic.org> | 2018-10-09 22:57:42 +1100 |
| commit | 38798446b52fb587b52763117a72969761c9a18c (patch) | |
| tree | d9844ba5756f0d4ad092aaa54d91a3d46a0033f5 | |
| parent | 6d9c2c52540fd59f8d1addbd5088757844f3d01c (diff) | |
Exclude .direnv from sphinx-build
| -rw-r--r-- | conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -84,6 +84,7 @@ version = release = '0.0.0' # directories to ignore when looking for source files. exclude_patterns = ["**/build*", ".venv", + ".direnv", "docs/README.md", "drivers", "examples", |
