docs arent made by jekyll.

This commit is contained in:
richard 2021-10-08 05:36:20 +01:00
parent 04dd13a3f3
commit 5535d7d641
2 changed files with 3 additions and 1 deletions

View file

@ -4,5 +4,7 @@ python3 raylib/build.py
pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme
python3 create_stub_pyray.py > pyray/__init__.pyi
python3 create_stub_static.py >raylib/__init__.pyi
rm -r docs
cd docs-src
make clean ; make html ; cp -a _build/html/. ../docs/
make clean ; make html ; mv _build/html/ ../docs/
touch ../docs/.nojekyll