diff options
| author | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2026-07-28 10:13:53 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-28 10:13:53 +0100 |
| commit | 818598fbf1880d6b14ca327949dce37506fcb0ef (patch) | |
| tree | 4f9ed3886442a2f46e22662e66f8793dedc99bcb /docs | |
| parent | c06a4c0443b44b915301fca69ced0d895adf1892 (diff) | |
| download | vyos-documentation-818598fbf1880d6b14ca327949dce37506fcb0ef.tar.gz vyos-documentation-818598fbf1880d6b14ca327949dce37506fcb0ef.zip | |
docs: exclude superpowers/ from the Sphinx build (#2168)
`docs/superpowers/` holds Claude Code plugin-generated internal design
specs and plans, not user documentation. Adding `superpowers` to
`exclude_patterns` guards against Sphinx ever picking the directory up
and publishing it should it reappear in the source tree.
Guard only — the content itself was already removed in 3ab97e71 and
abb8be5b.
(cherry picked from commit a9dc16aac2a7e7a6e5e4bb1c19897b3d707ba4d1)
Co-authored-by: Yuriy Andamasov <yuriy@vyos.io>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/conf.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py index 920ea07b..22d2e9c3 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -91,6 +91,7 @@ gettext_uuid = False exclude_patterns = [ u'_build', 'Thumbs.db', '.DS_Store', '_include/vyos-1x', '_rst_legacy', + 'superpowers', ] # The name of the Pygments (syntax highlighting) style to use. |
