Skip to content

Commit 01e6d65

Browse files
committed
Document which dependencies are for API documentation
1 parent f9b9b7f commit 01e6d65

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ ruff = "*"
7676
[tool.poetry.group.docs.dependencies]
7777
mkdocs-material = "*"
7878
mkdocs-htmlproofer-plugin = "*"
79+
80+
# Python API documentation.
7981
mkdocstrings = { version = "*", extras = ["python"] }
8082
# Autodoc.
8183
mkdocs-gen-files = "*"

0 commit comments

Comments
 (0)