diff options
| author | 2024-08-02 00:08:13 +0800 | |
|---|---|---|
| committer | 2024-08-02 00:08:13 +0800 | |
| commit | 70856b64d46b2c7d4df9ba1e59e6e2992dc1d824 (patch) | |
| tree | 2f3c91feee937a3c2a6e8391e34021a349137c52 /pyproject.toml | |
| parent | 5ad26d4cb60999972ac0130fb55376b51952b16d (diff) | |
| download | echo-70856b64d46b2c7d4df9ba1e59e6e2992dc1d824.tar.gz echo-70856b64d46b2c7d4df9ba1e59e6e2992dc1d824.zip | |
docs!: rebuild with readthedocs and sphinx-build
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 |
