diff options
| author | Ha Thach <[email protected]> | 2026-08-21 01:03:05 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-08-21 01:03:05 +0700 |
| commit | cb3caee74de7dbb9fc91a5fdb37b448a63eadae0 (patch) | |
| tree | ebb5e40aa6774417ad2d3f2f8968dd17c78b83ba /docs/conf.py | |
| parent | 9466f3cda69b052679e7bb078b5cf7906ddbea27 (diff) | |
| parent | 872b4fbdc3c607b522211839a6b3b82e18310a1b (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-x | docs/conf.py | 4 |
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 ------------------------------------------------- |
