update building docs
This commit is contained in:
parent
4f7c17de05
commit
0a2ed8e1a4
34 changed files with 16462 additions and 3659 deletions
|
@ -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
|
||||
|
|
Reference in a new issue