aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml9
1 files changed, 9 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 716c1bfb..7cc224f8 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -32,3 +32,12 @@ dev = [
"pytest>=7.4.4",
"ipdm>=0.1.4",
]
+docs = [
+ "sphinx>=7.1.2",
+ "sphinx-intl>=2.1.0",
+ "sphinx-design>=0.5.0",
+ "tomli>=2.0.1",
+ "myst-parser>=2.0.0",
+ "sphinx-autobuild>=2021.3.14",
+ "furo>=2024.1.29",
+]