diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-07-28 03:13:48 +0300 |
|---|---|---|
| committer | Mergify <37929162+mergify[bot]@users.noreply.github.com> | 2026-07-28 00:32:53 +0000 |
| commit | 6211258bb39dbdf86fc154660ce0d5185da9b0d5 (patch) | |
| tree | 5452a0298e281a73c7456b80f7038b97be72cb52 /docs/conf.py | |
| parent | 90fc4f50049e13889515eeb3c39e3a8d0f23511a (diff) | |
| download | vyos-documentation-mergify/bp/circinus/pr-2165.tar.gz vyos-documentation-mergify/bp/circinus/pr-2165.zip | |
docs: exclude superpowers/ from the Sphinx buildmergify/bp/circinus/pr-2165
`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)
Diffstat (limited to 'docs/conf.py')
| -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 60d00a95..ece118e4 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -93,6 +93,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. |
