summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorHiFiPHile <[email protected]>2026-08-31 05:26:19 +0200
committerHiFiPHile <[email protected]>2026-09-02 10:50:03 +0200
commit389ab7e6c8e78f18092f2a968f533b65d18e856d (patch)
tree379b3b98c0e5cdec15a17c426cc84c0f12e72e5b /docs/conf.py
parent13971b58df52bc29de97632295fcae43aeade5c9 (diff)
parent42db982e7c6e8ee7d2f80d15a93a7092d3b708c9 (diff)
Merge remote-tracking branch 'origin/master' into agent/fix-dwc2-host-fifo-allocation
Diffstat (limited to 'docs/conf.py')
-rwxr-xr-xdocs/conf.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index c6d04bff5..ea3de0c44 100755
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -31,7 +31,9 @@ extensions = [
templates_path = ['_templates']
-exclude_patterns = ['_build']
+# 'superpowers' holds internal plans/specs/handoffs (see CLAUDE.md), not published docs.
+# 'reference/hil_boards.md' is a generated partial that hardware-in-the-loop.md includes.
+exclude_patterns = ['_build', 'superpowers', 'reference/hil_boards.md']
# -- Options for HTML output -------------------------------------------------