diff --git a/.gitignore b/.gitignore index f8d6014..7947899 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,8 @@ __pycache__/ # Distribution / packaging +docs-src/_build +.idea/ .Python build/ develop-eggs/ diff --git a/make_docs.sh b/make_docs.sh index 9e91c5d..2986936 100755 --- a/make_docs.sh +++ b/make_docs.sh @@ -1,5 +1,6 @@ #!/usr/bin/env bash +python3 raylib/build.py pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme python3 create_stub_pyray.py > pyray/__init__.pyi python3 create_stub_static.py >raylib/__init__.pyi