update docs

This commit is contained in:
richard 2021-08-28 12:24:29 +01:00
parent d167b1fee3
commit 64e5995633
11 changed files with 60 additions and 10 deletions

5
make_docs.sh Executable file
View 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/