summaryrefslogtreecommitdiff
path: root/conf.py
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2021-02-19 10:48:00 -0600
committerJeff Epler <jepler@gmail.com>2021-02-19 10:48:00 -0600
commitf50e7c71f8e845851eee77d182391a9cc7c9ad8b (patch)
treec7ddd1e237f3c1404ed0d904560bfb8d5456a4fb /conf.py
parent5bb722b927f1b84a436921eb318d676222234358 (diff)
docs: ignore the idf_tools folder
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 0a163e7d3..0454ff5ec 100644
--- a/conf.py
+++ b/conf.py
@@ -178,6 +178,7 @@ exclude_patterns = ["**/build*",
"ports/cxd56/spresense-exported-sdk",
"ports/esp32s2/certificates",
"ports/esp32s2/esp-idf",
+ "ports/esp32s2/.idf_tools",
"ports/esp32s2/peripherals",
"ports/litex/hw",
"ports/minimal",