update docs
This commit is contained in:
parent
d167b1fee3
commit
64e5995633
11 changed files with 60 additions and 10 deletions
5
make_docs.sh
Executable file
5
make_docs.sh
Executable file
|
@ -0,0 +1,5 @@
|
|||
#!/usr/bin/bash
|
||||
|
||||
python3 create_stub.py > raylib/pyray.pyi
|
||||
cd docs-src
|
||||
make clean ; make html ; cp -a _build/html/. ../docs/
|
Reference in a new issue