diff options
| author | 2024-04-15 05:57:13 +0800 | |
|---|---|---|
| committer | 2024-04-15 05:57:13 +0800 | |
| commit | 5864d2208a7dd108b4f7badf9c8f174b655c4883 (patch) | |
| tree | ab6d6f979229664ab98b76e4984f376ca45e4b0c /pyproject.toml | |
| parent | 022039ee741e7d35b957beb981ae1221997d736b (diff) | |
| download | infini-5864d2208a7dd108b4f7badf9c8f174b655c4883.tar.gz infini-5864d2208a7dd108b4f7badf9c8f174b655c4883.zip | |
chore(deps): add dev-dependencies group "docs" for pdm usage
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 9 |
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", +] |
