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