1
0
mirror of https://github.com/microsoft/qlib.git synced 2026-07-07 04:50:56 +08:00

Fix doc bugs

This commit is contained in:
Jactus
2020-12-30 17:33:06 +08:00
committed by you-n-g
parent afcd91a2d0
commit 46c8d791ac
3 changed files with 12 additions and 5 deletions

View File

@@ -226,3 +226,8 @@ epub_exclude_files = ["search.html"]
autodoc_member_order = "bysource"
autodoc_default_flags = ["members"]
autodoc_default_options = {
"members": True,
"member-order": "bysource",
"special-members": "__init__",
}