summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorHiFiPHile <[email protected]>2026-09-04 11:18:06 +0200
committerHiFiPHile <[email protected]>2026-09-04 11:18:06 +0200
commit3976e532800cfa065b4fbf3f32b01b4a68e4d7f4 (patch)
tree65a2d91d0a3ea8abefd78c83e2974da3b5971b32 /docs/conf.py
parentcd9bbed39f5851d5e4dc64271f18b8db777acb53 (diff)
parent29851564af08cb4909175315d20c71f5eca13040 (diff)
Merge remote-tracking branch 'origin/master' into codex/class-reference-docs
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 -------------------------------------------------