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