Skip to content

Commit cb220d8

Browse files
author
sun
committed
Fix mkdocs paths: set docs_dir to root and add exclusions
1 parent 34e9f53 commit cb220d8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

mkdocs.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,8 @@ markdown_extensions:
4141
- attr_list
4242
- md_in_html
4343

44+
docs_dir: .
45+
4446
nav:
4547
- Home: README.md
4648
- User Guide:
@@ -85,3 +87,9 @@ nav:
8587
- Taxonomy GUI: docs/userGuide/taxonomygui.md
8688
- Developers:
8789
- Plugin Development: docs/developers/plugin_development_guide.md
90+
91+
exclude_docs:
92+
- venv/*
93+
- .github/*
94+
- src/*
95+
- plugins/*

0 commit comments

Comments
 (0)