add autodoc support

This commit is contained in:
yanyongyu
2020-06-30 12:10:57 +08:00
parent 7529559d24
commit 1e632d5f10
14 changed files with 817 additions and 5 deletions

View File

@ -28,6 +28,7 @@ apscheduler = { version = "^3.6.3", optional = true }
[tool.poetry.dev-dependencies]
yapf = "^0.30.0"
sphinx = "^3.1.1"
[tool.poetry.extras]
scheduler = ["apscheduler"]