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 12:24:29 +01:00

5 lines
125 B
Bash
Executable file

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