Skip to content

Commit 5535d7d

Browse files
docs arent made by jekyll.
1 parent 04dd13a commit 5535d7d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/.nojekyll

Whitespace-only changes.

make_docs.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ python3 raylib/build.py
44
pip3 install sphinx-autoapi myst_parser sphinx_rtd_theme
55
python3 create_stub_pyray.py > pyray/__init__.pyi
66
python3 create_stub_static.py >raylib/__init__.pyi
7+
rm -r docs
78
cd docs-src
8-
make clean ; make html ; cp -a _build/html/. ../docs/
9+
make clean ; make html ; mv _build/html/ ../docs/
10+
touch ../docs/.nojekyll

0 commit comments

Comments
 (0)