We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2de4ba commit 89f0a85Copy full SHA for 89f0a85
1 file changed
docs/conf.py
@@ -25,8 +25,12 @@
25
26
# Add any Sphinx extension module names here, as strings. They can be extensions
27
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
28
-extensions = ['sphinx.ext.autodoc', 'sphinx.ext.autosummary',
29
- 'sphinx.ext.todo', 'sphinx.ext.viewcode']
+extensions = [
+ 'sphinx.ext.autodoc',
30
+ 'sphinx.ext.autosummary',
31
+ 'sphinx.ext.todo',
32
+ 'sphinx.ext.viewcode',
33
+]
34
35
# Add any paths that contain templates here, relative to this directory.
36
templates_path = ['_templates']
0 commit comments