diff options
Diffstat (limited to 'pyproject.toml')
| -rw-r--r-- | pyproject.toml | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/pyproject.toml b/pyproject.toml index b008d54..4acc08f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,7 +16,11 @@ license = {text = "MIT"} [tool.pdm] [tool.pdm.dev-dependencies] docs = [ - "mkdocs>=1.5.3", - "mkdocs-alabaster", -] -mkdocs-alabaster = [] + "furo>=2024.7.18", + "sphinx-autobuild>=2024.4.16", + "myst-parser>=3.0.1", + "sphinx>=7.4.7", + "tomli>=2.0.1", + "sphinx-intl>=2.2.0", + "sphinx-design>=0.6.0", +]
\ No newline at end of file |
