Skip to content

Commit 1100753

Browse files
authored
Exclude docs/build/* from mkdocs (#253)
1 parent 10cae9c commit 1100753

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
@@ -14,6 +14,9 @@ markdown_extensions:
1414
- pymdownx.tabbed:
1515
alternate_style: true
1616

17+
exclude_docs: |
18+
build/*
19+
1720
nav:
1821
- 'Introduction': '../quix-streams-intro.html'
1922
- Example Applications: example.md

0 commit comments

Comments
 (0)