Skip to content

Commit 3fd3b49

Browse files
committed
docs: exclude SECURITY.md from docs build
Should prevent docs build failures like: SECURITY.md:document isn't included in any toctree
1 parent 9494b06 commit 3fd3b49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def gomod_versions(modules):
129129
# List of patterns, relative to source directory, that match files and
130130
# directories to ignore when looking for source files.
131131
# This pattern also affects html_static_path and html_extra_path.
132-
exclude_patterns = ['_build', '.github', '_work', 'generate', 'README.md', 'docs/releases']
132+
exclude_patterns = ['_build', '.github', '_work', 'generate', 'README.md', 'SECURITY.md', 'docs/releases']
133133

134134

135135
# -- Options for HTML output -------------------------------------------------

0 commit comments

Comments
 (0)