From 04dd13a3f31ce9a3df608e55af6cdcc1c1fcfdc2 Mon Sep 17 00:00:00 2001 From: richard Date: Fri, 8 Oct 2021 05:26:54 +0100 Subject: [PATCH] small fix --- .gitignore | 2 ++ make_docs.sh | 1 + 2 files changed, 3 insertions(+) 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