This commit is contained in:
Erik Frojdh
2019-03-15 11:01:36 +01:00
parent bb93147537
commit 6ddde83c81
105 changed files with 8798 additions and 2 deletions

6
python/sphinx/makedocs.sh Executable file
View File

@ -0,0 +1,6 @@
make clean
make html
rm -rf ../docs/
mv _build/html/ ../docs/
touch ../docs/.nojekyll
rm -rf _build