docs arent made by jekyll.
This commit is contained in:
parent
04dd13a3f3
commit
5535d7d641
2 changed files with 3 additions and 1 deletions
0
docs/.nojekyll
Normal file
0
docs/.nojekyll
Normal file
|
@ -4,5 +4,7 @@ python3 raylib/build.py
|
||||||
pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme
|
pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme
|
||||||
python3 create_stub_pyray.py > pyray/__init__.pyi
|
python3 create_stub_pyray.py > pyray/__init__.pyi
|
||||||
python3 create_stub_static.py >raylib/__init__.pyi
|
python3 create_stub_static.py >raylib/__init__.pyi
|
||||||
|
rm -r docs
|
||||||
cd docs-src
|
cd docs-src
|
||||||
make clean ; make html ; cp -a _build/html/. ../docs/
|
make clean ; make html ; mv _build/html/ ../docs/
|
||||||
|
touch ../docs/.nojekyll
|
Reference in a new issue