We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 04dd13a commit 5535d7dCopy full SHA for 5535d7d
docs/.nojekyll
make_docs.sh
@@ -4,5 +4,7 @@ python3 raylib/build.py
4
pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme
5
python3 create_stub_pyray.py > pyray/__init__.pyi
6
python3 create_stub_static.py >raylib/__init__.pyi
7
+rm -r docs
8
cd docs-src
-make clean ; make html ; cp -a _build/html/. ../docs/
9
+make clean ; make html ; mv _build/html/ ../docs/
10
+touch ../docs/.nojekyll
0 commit comments