Trying to fix docs

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

0
docs/.nojekyll Normal file → Executable file
View File

View File

@ -4,6 +4,6 @@ find ../docs -mindepth 1 -delete
find ./build -mindepth 1 -delete 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/
touch ../docs/.nojekyll touch ../docs/.nojekyll
chmod -R 777 ../docs/
find ./build -mindepth 1 -delete find ./build -mindepth 1 -delete