aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index bf9c12d..7dd0868 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -117,3 +117,15 @@ dev = [
"sphinxcontrib-httpdomain>=1.8.1",
"tomli>=2.2.1",
]
+docs = [
+ "docutils>=0.21.2",
+ "furo>=2024.8.6",
+ "myst-parser>=3.0.1",
+ "rinohtype>=0.5.5",
+ "sphinx>=7.4.7",
+ "sphinx-autobuild>=2024.10.3",
+ "sphinx-click>=6.0.0",
+ "sphinx-intl>=2.3.1",
+ "sphinxcontrib-httpdomain>=1.8.1",
+ "tomli>=2.2.1",
+]