Skip to content

Commit 04dd13a

Browse files
small fix
1 parent 80d568a commit 04dd13a

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ __pycache__/
44

55

66
# Distribution / packaging
7+
docs-src/_build
8+
.idea/
79
.Python
810
build/
911
develop-eggs/

make_docs.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

3+
python3 raylib/build.py
34
pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme
45
python3 create_stub_pyray.py > pyray/__init__.pyi
56
python3 create_stub_static.py >raylib/__init__.pyi

0 commit comments

Comments
 (0)