summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott@adafruit.com>2021-02-19 18:42:18 -0800
committerGitHub <noreply@github.com>2021-02-19 18:42:18 -0800
commitfdf9d04a75d71f16b5e715ab3240e900ca66f1f8 (patch)
tree2bf467cb0acda2287e56606234447cb9a640f979
parent7b6f89a074feb849e03287e2fa3f39eb4b04e6ee (diff)
parentf50e7c71f8e845851eee77d182391a9cc7c9ad8b (diff)
Merge pull request #4225 from jepler/update-doc-excludes
docs: ignore the idf_tools folder
-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",