From 0efc4a9cd520d9f0b0131f6d981b8f8417070e85 Mon Sep 17 00:00:00 2001 From: "spaceBearAmadeus (Alex)" Date: Tue, 3 Sep 2024 08:59:11 -0400 Subject: [PATCH] update for docs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5ebf32a..c6fb8cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ sphinx = "^8.0.2" sphinx-autodoc-typehints = "^2.2.3" [project.optional-dependencies] -documentation = ["sphinx-autodoc-typehints"] +documentation = ["sphinx-autodoc-typehints", "sphinx_rtd_theme"] [tool.pytest.ini_options] testpaths = ["tests"]