From 38798446b52fb587b52763117a72969761c9a18c Mon Sep 17 00:00:00 2001 From: Nick Moore Date: Tue, 9 Oct 2018 22:57:42 +1100 Subject: [PATCH] Exclude .direnv from sphinx-build --- conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.py b/conf.py index 0f363923f5..43709b5038 100644 --- a/conf.py +++ b/conf.py @@ -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",