update building docs

This commit is contained in:
richard 2021-10-03 17:09:46 +01:00
parent 4f7c17de05
commit 0a2ed8e1a4
34 changed files with 16462 additions and 3659 deletions

View file

@ -1,5 +1,6 @@
#!/usr/bin/bash
pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme
python3 create_stub_pyray.py > raylib/pyray.pyi
python3 create_stub_static.py >raylib/static/__init__.pyi
cd docs-src