small fix

This commit is contained in:
richard 2021-10-08 05:26:54 +01:00
parent 80d568a469
commit 04dd13a3f3
2 changed files with 3 additions and 0 deletions

2
.gitignore vendored
View file

@ -4,6 +4,8 @@ __pycache__/
# Distribution / packaging # Distribution / packaging
docs-src/_build
.idea/
.Python .Python
build/ build/
develop-eggs/ develop-eggs/

View file

@ -1,5 +1,6 @@
#!/usr/bin/env bash #!/usr/bin/env bash
python3 raylib/build.py
pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme
python3 create_stub_pyray.py > pyray/__init__.pyi python3 create_stub_pyray.py > pyray/__init__.pyi
python3 create_stub_static.py >raylib/__init__.pyi python3 create_stub_static.py >raylib/__init__.pyi