From b4322cf9a8b10b9ddff7dc62289a617d60d0130a Mon Sep 17 00:00:00 2001 From: josidd <joseph.siddons@noc.ac.uk> Date: Thu, 12 Dec 2024 09:38:52 +0000 Subject: [PATCH] deps: add sphinx for docs --- pyproject.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index 049183b..1d164ec 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,10 +45,18 @@ notebooks = [ test = [ "pytest", ] +docs = [ + "sphinx>=7.4.7", + "sphinx-autodoc-typehints>=2.3.0", + "sphinx-rtd-theme>=3.0.2", +] all = [ "ipykernel", "polars", "pytest", + "sphinx>=7.4.7", + "sphinx-autodoc-typehints>=2.3.0", + "sphinx-rtd-theme>=3.0.2", ] [tool.ruff] -- GitLab