This repository has been archived on 2025-06-21. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
raylib-python-cffi/make_docs.sh
2021-08-28 13:35:55 +01:00

6 lines
189 B
Bash
Executable file

#!/usr/bin/bash
python3 create_stub_pyray.py > raylib/pyray.pyi
python3 create_stub_static.py >raylib/static/__init__.pyi
cd docs-src
make clean ; make html ; cp -a _build/html/. ../docs/