Skip to content

Commit 3f71eeb

Browse files
committed
Add exclude_docs to mkdocs configuration
1 parent d2c3eb9 commit 3f71eeb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ extra_javascript:
2828
# Read the Docs requires JQuery for its JavaScript code to inject the flyout
2929
# menu. Material for MkDocs does not come with JQuery.
3030
- 'https://code.jquery.com/jquery-3.6.1.min.js'
31+
exclude_docs: |
32+
/maintainers/archive/
33+
/maintainers/stack_errors.md
3134
3235
nav:
3336
- Welcome!: README.md

0 commit comments

Comments
 (0)