diff --git a/docs/.nojekyll b/docs/.nojekyll old mode 100644 new mode 100755 diff --git a/docsource/makedocs.sh b/docsource/makedocs.sh index 9e3fee5..75413d0 100755 --- a/docsource/makedocs.sh +++ b/docsource/makedocs.sh @@ -4,6 +4,6 @@ find ../docs -mindepth 1 -delete find ./build -mindepth 1 -delete sphinx-build -b html source build cp -r ./build/* ../docs/ -chmod -R 777 ../docs/ touch ../docs/.nojekyll +chmod -R 777 ../docs/ find ./build -mindepth 1 -delete \ No newline at end of file