Change docs provider (#652)

* switch to mkdocstrings

* update lock
This commit is contained in:
collerek
2022-05-06 12:50:26 +02:00
committed by GitHub
parent 24b6ff4781
commit 1a99a65eb4
55 changed files with 304 additions and 9702 deletions

View File

@ -110,7 +110,10 @@ types-toml = "^0.10.6"
mkdocs = "^1.2.3"
mkdocs-material = ">=8.1.2,<8.3"
mkdocs-material-extensions = "^1.0.3"
pydoc-markdown = "^4.5.0"
mkdocstrings = {version = "==0.18", extras = ["python"]}
mkdocs-gen-files = "^0.3.4"
mkdocs-literate-nav = "^0.4.1"
mkdocs-section-index = "^0.3.4"
dataclasses = { version = ">=0.6.0,<0.8 || >0.8,<1.0.0" }
# Performance testing
@ -158,3 +161,8 @@ ignore_errors = true
module = ["sqlalchemy.*", "asyncpg"]
ignore_missing_imports = true
[tool.yapf]
based_on_style = "pep8"
disable_ending_comma_heuristic = true
split_arguments_when_comma_terminated = true