From c6dea2cddcb00cb6274e20f8cbd4112b1d5b6905 Mon Sep 17 00:00:00 2001 From: krypton-byte Date: Wed, 5 Jun 2024 21:34:44 +0700 Subject: [PATCH] ci/cd: --- docs/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.py b/docs/build.py index 9bbdd4e..f19a8e9 100644 --- a/docs/build.py +++ b/docs/build.py @@ -3,4 +3,4 @@ import shlex workdir = Path(__file__).parent.parent call(shlex.split("poetry run sphinx-apidoc -o docs/source thundra thundra.core thundra.profiler thundra.storage")) -call(shlex.split("make html"), cwd=workdir / "docs") \ No newline at end of file +call(shlex.split("poetry run make html"), cwd=workdir / "docs") \ No newline at end of file