Merge pull request #8407 from nicoddemus/type-annotations-description-8405

Add type annotations to the description instead of signature
This commit is contained in:
Bruno Oliveira 2021-03-13 14:46:37 -03:00 committed by GitHub
commit ef1308c23b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ release = ".".join(version.split(".")[:2])
# sys.path.insert(0, os.path.abspath('.'))
autodoc_member_order = "bysource"
autodoc_typehints = "description"
todo_include_todos = 1
# -- General configuration -----------------------------------------------------