Skip to content

Commit 602b110

Browse files
committed
mkdocstrings[python]
1 parent 85f64dc commit 602b110

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

poetry.lock

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pytest = { version = "^7.1.2" }
1919
fastaparser = "^1.1"
2020

2121
[tool.poetry.group.docs.dependencies]
22-
mkdocstrings = { version = "^0.25.1" }
22+
mkdocstrings = { version = "^0.25.1", extras = ["python"] }
2323
mkdocs = { version = "^1.3.1" }
2424
mkdocs-material = { version = "^8.3.9" }
2525
mkdocs-include-markdown-plugin = { version = "^3.6.1" }

0 commit comments

Comments
 (0)