Skip to content

Commit

Permalink
Document which dependencies are for API documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthagen committed Feb 25, 2025
1 parent f9b9b7f commit 01e6d65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ ruff = "*"
[tool.poetry.group.docs.dependencies]
mkdocs-material = "*"
mkdocs-htmlproofer-plugin = "*"

# Python API documentation.
mkdocstrings = { version = "*", extras = ["python"] }
# Autodoc.
mkdocs-gen-files = "*"
Expand Down

0 comments on commit 01e6d65

Please sign in to comment.