Merge pull request #8407 from nicoddemus/type-annotations-description-8405
Add type annotations to the description instead of signature
This commit is contained in:
commit
ef1308c23b
|
@ -35,6 +35,7 @@ release = ".".join(version.split(".")[:2])
|
||||||
# sys.path.insert(0, os.path.abspath('.'))
|
# sys.path.insert(0, os.path.abspath('.'))
|
||||||
|
|
||||||
autodoc_member_order = "bysource"
|
autodoc_member_order = "bysource"
|
||||||
|
autodoc_typehints = "description"
|
||||||
todo_include_todos = 1
|
todo_include_todos = 1
|
||||||
|
|
||||||
# -- General configuration -----------------------------------------------------
|
# -- General configuration -----------------------------------------------------
|
||||||
|
|
Loading…
Reference in New Issue