👷using nb-autodoc to generate api docs

This commit is contained in:
hemengyang
2022-01-14 19:58:22 +08:00
parent cc343c981f
commit a47b8c68c0
4 changed files with 46 additions and 3 deletions

View File

@ -44,6 +44,7 @@ pytest-cov = "^3.0.0"
pytest-xdist = "^2.5.0"
nonebug = { git = "https://github.com/nonebot/nonebug.git" }
sphinx-markdown-builder = { git = "https://github.com/nonebot/sphinx-markdown-builder.git" }
nb-autodoc = {git = "https://github.com/nonebot/nb-autodoc.git"}
[tool.poetry.extras]
quart = ["quart"]