Skip to content

Commit e76c985

Browse files
committed
chore: exclude orphan samples doc files from TOC
1 parent 349ca7c commit e76c985

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/conf.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,12 @@
9090

9191
# List of patterns, relative to source directory, that match files and
9292
# directories to ignore when looking for source files.
93-
exclude_patterns = ["_build"]
93+
exclude_patterns = [
94+
"_build",
95+
"samples/AUTHORING_GUIDE.md",
96+
"samples/CONTRIBUTING.md",
97+
"samples/snippets/README.rst",
98+
]
9499

95100
# The reST default role (used for this markup: `text`) to use for all
96101
# documents.

0 commit comments

Comments
 (0)