Trying to fix docs

This commit is contained in:
Fabrice Quenneville 2021-04-25 21:22:44 -04:00
parent 1ff6c19951
commit 5a05ff3b06
2 changed files with 1 additions and 0 deletions

0
docs/.nojekyll Normal file
View File

View File

@ -5,4 +5,5 @@ find ./build -mindepth 1 -delete
sphinx-build -b html source build sphinx-build -b html source build
cp -r ./build/* ../docs/ cp -r ./build/* ../docs/
chmod -R 777 ../docs/ chmod -R 777 ../docs/
touch ../docs/.nojekyll
find ./build -mindepth 1 -delete find ./build -mindepth 1 -delete