From 6efee2c77cce1a87085295d3f95c685a28aae043 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Edgar=20Ram=C3=ADrez=20Mondrag=C3=B3n?= Date: Tue, 27 Jan 2026 23:35:09 -0600 Subject: [PATCH] chore: Add a tox env for building docs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Edgar Ramírez Mondragón --- pyproject.toml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 82d37ce..d1ff679 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -146,6 +146,13 @@ commands = [ ], ] +[tool.tox.env.docs] +description = "build the documentation" +deps = [ "-r ./requirements/docs.requirements.txt" ] +commands = [ + [ "zensical", { replace = "posargs", default = [ "build" ], extend = true } ], +] + [tool.tox.gh.python] "3.15" = ["3.15"] "3.14" = ["3.14", "lint", "typing"]