summaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2026-08-21 01:03:05 +0700
committerGitHub <[email protected]>2026-08-21 01:03:05 +0700
commitcb3caee74de7dbb9fc91a5fdb37b448a63eadae0 (patch)
treeebb5e40aa6774417ad2d3f2f8968dd17c78b83ba /docs/conf.py
parent9466f3cda69b052679e7bb078b5cf7906ddbea27 (diff)
parent872b4fbdc3c607b522211839a6b3b82e18310a1b (diff)
Merge pull request #3837 from hathach/hil-setup-writeup
docs: add hardware-in-the-loop rig reference
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 -------------------------------------------------