We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 329293b commit e74ca6eCopy full SHA for e74ca6e
docs/conf.py
@@ -13,12 +13,15 @@
13
'sphinx.ext.duration',
14
'sphinx.ext.doctest',
15
'sphinx.ext.intersphinx',
16
- 'autoapi.extension'
+ 'autoapi.extension',
17
+ 'sphinx.ext.autodoc.typehints',
18
+ 'sphinx.ext.napoleon'
19
]
20
autoapi_dirs = ['../dabench']
21
autoapi_options = ['members', 'undoc-members', 'show-inheritance',
22
'show-module-summary', 'special-members',
23
'imported-members']
24
+autodoc_typehints = 'description'
25
26
intersphinx_mapping = {
27
'python': ('https://docs.python.org/3/', None),
0 commit comments