improve poetry setup instructions and improve documentation

This commit is contained in:
UpstreamData
2022-09-28 12:53:55 -06:00
parent 5a7b43ad74
commit 3e96889976
3 changed files with 42 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ optional = true
[tool.poetry.group.docs.dependencies]
mkdocs = "^1.4.0"
mkdocstrings = "^0.19.0"
mkdocstrings = {extras = ["python"], version = "^0.19.0"}
[build-system]