Skip to content

Commit

Permalink
pyproject.toml: docs: add mkdocstrings plugin for mkdocs
Browse files Browse the repository at this point in the history
to generate documentation
poetry add mkdocstrings --group docs
poetry add mkdocstrings[python] --group docs
Issue #39
  • Loading branch information
iacopy committed Nov 3, 2023
1 parent f768e4d commit 8d48015
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ optional = true

[tool.poetry.group.docs.dependencies]
mkdocs = "^1.5.3"
mkdocstrings = {extras = ["python"], version = "^0.23.0"}

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 8d48015

Please sign in to comment.