add typing docs

This commit is contained in:
yanyongyu
2020-08-19 23:00:31 +08:00
parent 5e3d1c76cc
commit 1d982fc77b
6 changed files with 283 additions and 128 deletions

View File

@ -70,6 +70,9 @@ html_static_path = ['_static']
# -- Extension configuration -------------------------------------------------
# -- Options for autodoc extension ----------------------------------------------
autodoc_default_options = {'member-order': 'bysource'}
# -- Options for todo extension ----------------------------------------------
# If true, `todo` and `todoList` produce output, else they produce nothing.