From 0a603b222faf579b9eb14a21c9303116418283eb Mon Sep 17 00:00:00 2001 From: Fabrice Quenneville Date: Sun, 25 Apr 2021 21:43:36 -0400 Subject: [PATCH] Trying to fix docs --- docs/.nojekyll | 0 docsource/makedocs.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 docs/.nojekyll 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