Skip to content

Commit b8df7c8

Browse files
author
sun
committed
Fix mkdocs.yml: exclude_docs expects multiline string
1 parent cb220d8 commit b8df7c8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

mkdocs.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,8 @@ nav:
8888
- Developers:
8989
- Plugin Development: docs/developers/plugin_development_guide.md
9090

91-
exclude_docs:
92-
- venv/*
93-
- .github/*
94-
- src/*
95-
- plugins/*
91+
exclude_docs: |
92+
venv/*
93+
.github/*
94+
src/*
95+
plugins/*

0 commit comments

Comments
 (0)