mirror of
https://github.com/BOSWatch/BW3-Core.git
synced 2026-04-05 06:15:31 +00:00
add docu build script
This commit is contained in:
parent
642595fb9a
commit
f4125ce9fb
3 changed files with 16 additions and 3 deletions
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/bash
|
||||
|
||||
echo "clean api documentation"
|
||||
rm -r docu/docs/api/html
|
||||
echo "generate api documentation"
|
||||
doxygen docu/doxygen.ini
|
||||
|
||||
echo "build documentation"
|
||||
source ./venv/bin/activate
|
||||
python3 -m mkdocs build -f docu/mkdocs.yml
|
||||
deactivate
|
||||
Loading…
Add table
Add a link
Reference in a new issue