Skip to content

Commit 89f0a85

Browse files
committed
One extension per line.
1 parent e2de4ba commit 89f0a85

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

docs/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@
2525

2626
# Add any Sphinx extension module names here, as strings. They can be extensions
2727
# 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']
28+
extensions = [
29+
'sphinx.ext.autodoc',
30+
'sphinx.ext.autosummary',
31+
'sphinx.ext.todo',
32+
'sphinx.ext.viewcode',
33+
]
3034

3135
# Add any paths that contain templates here, relative to this directory.
3236
templates_path = ['_templates']

0 commit comments

Comments
 (0)