Move mkdocs.yml into root directory, so readthedocs.org will work.
This commit is contained in:
parent
4cf156e930
commit
baae4fe213
2 changed files with 4 additions and 4 deletions
18
mkdocs.yml
Normal file
18
mkdocs.yml
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
site_name: redo build system
|
||||
theme: readthedocs
|
||||
docs_dir: Documentation
|
||||
site_dir: website
|
||||
strict: true
|
||||
|
||||
pages:
|
||||
- Introduction: index.md
|
||||
- Man Pages:
|
||||
- redo: redo.md
|
||||
- redo-ifchange: redo-ifchange.md
|
||||
- redo-ifcreate: redo-ifcreate.md
|
||||
- redo-always: redo-always.md
|
||||
- redo-stamp: redo-stamp.md
|
||||
- redo-sources: redo-sources.md
|
||||
- redo-targets: redo-targets.md
|
||||
- redo-ood: redo-ood.md
|
||||
- redo-whichdo: redo-whichdo.md
|
||||
Loading…
Add table
Add a link
Reference in a new issue