diff options
| author | HiFiPHile <[email protected]> | 2026-08-25 10:40:38 +0200 |
|---|---|---|
| committer | HiFiPHile <[email protected]> | 2026-08-25 10:40:38 +0200 |
| commit | 91f3cd0d1df198ec4a5b19b5eaa6551c47c4af52 (patch) | |
| tree | 5661097ce57bbd61ebf44026e9f13f1e5d0f32c6 /docs/conf.py | |
| parent | 1b53f8a6006a970af3b73760f51c2417d76033bd (diff) | |
| parent | 375e20090a0a60fd2d47ba6553d189e05482dfea (diff) | |
Merge remote-tracking branch 'origin/master' into feature/tuh-audio-uac-1.0
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 ------------------------------------------------- |
