Skip to content

Commit 50a8096

Browse files
committed
Narrow Sphinx exclude to docs/superpowers/{plans,specs} only
1 parent 192d503 commit 50a8096

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,11 @@
5555
"Thumbs.db",
5656
".DS_Store",
5757
# Internal planning and spec docs live under docs/ for editor
58-
# convenience but aren't part of the user-facing site.
59-
"superpowers/**",
58+
# convenience but aren't part of the user-facing site. Excluded
59+
# narrowly so that a future user-facing doc under docs/superpowers/
60+
# would still get picked up.
61+
"superpowers/plans/**",
62+
"superpowers/specs/**",
6063
]
6164

6265
templates_path = ["_templates"]

0 commit comments

Comments
 (0)