We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d568a commit 04dd13aCopy full SHA for 04dd13a
.gitignore
@@ -4,6 +4,8 @@ __pycache__/
4
5
6
# Distribution / packaging
7
+docs-src/_build
8
+.idea/
9
.Python
10
build/
11
develop-eggs/
make_docs.sh
@@ -1,5 +1,6 @@
1
#!/usr/bin/env bash
2
3
+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
0 commit comments