Skip to content

Commit 4b03198

Browse files
committed
Make black happy
1 parent 2967d6a commit 4b03198

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

docs/source/conf.py

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -6,32 +6,32 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
project = 'e3dc'
10-
copyright = '2023, see AUTHORS file'
11-
author = 'see AUTHORS file'
9+
project = "e3dc"
10+
copyright = "2023, see AUTHORS file"
11+
author = "see AUTHORS file"
1212

1313
# -- General configuration ---------------------------------------------------
1414
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1515

1616
extensions = [
17-
'sphinx.ext.autodoc',
18-
'sphinx.ext.viewcode',
19-
'sphinx.ext.todo',
20-
'sphinx.ext.autodoc',
21-
'sphinx_rtd_theme',
22-
'sphinx_mdinclude'
17+
"sphinx.ext.autodoc",
18+
"sphinx.ext.viewcode",
19+
"sphinx.ext.todo",
20+
"sphinx.ext.autodoc",
21+
"sphinx_rtd_theme",
22+
"sphinx_mdinclude",
2323
]
2424

25-
templates_path = ['_templates']
26-
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
25+
templates_path = ["_templates"]
26+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
2727

28-
language = 'en'
28+
language = "en"
2929

3030
# -- Options for HTML output -------------------------------------------------
3131
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3232

33-
html_theme = 'sphinx_rtd_theme'
34-
html_static_path = ['_static']
33+
html_theme = "sphinx_rtd_theme"
34+
html_static_path = ["_static"]
3535

3636
# -- Options for todo extension ----------------------------------------------
3737
# https://www.sphinx-doc.org/en/master/usage/extensions/todo.html#configuration

0 commit comments

Comments
 (0)