aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pyproject.toml
diff options
context:
space:
mode:
authorHsiangNianian <i@jyunko.cn>2025-10-07 03:02:45 +0800
committerHsiangNianian <i@jyunko.cn>2025-10-07 03:02:45 +0800
commit2525e8916570951a3aceaf9e922c8c1408ca101c (patch)
tree656d21ad77b58e81dafba40418f8b7943197e4ce /pyproject.toml
parenteed79104079647ddca2ebde5e585d22d7ba9854d (diff)
downloadOneRoll-2525e8916570951a3aceaf9e922c8c1408ca101c.tar.gz
OneRoll-2525e8916570951a3aceaf9e922c8c1408ca101c.zip
feat: enhance documentation build process with rinoh support and update dependencies
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",
+]