We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83ed222 commit e12e253Copy full SHA for e12e253
1 file changed
docs/source/conf.py
@@ -21,17 +21,14 @@
21
22
extensions = [
23
'sphinx.ext.autodoc',
24
- 'sphinx.ext.viewcode',
25
'sphinx.ext.napoleon',
26
'sphinx_autodoc_typehints',
27
'sphinx.ext.intersphinx',
28
'sphinx.ext.autosectionlabel',
29
'sphinx.ext.coverage',
30
- 'sphinx.ext.inheritance_diagram',
31
'sphinx.ext.todo',
32
'sphinx.ext.autosummary',
33
- 'autoapi.extension',
34
- 'autodocsumm',
+
35
]
36
37
# AutoAPI settings for better code extraction
0 commit comments