Skip to content

Commit d7a0f7d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent dc7fbaa commit d7a0f7d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

docs/source/conf.py

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

9-
project = 'Synapse'
10-
copyright = 'BSD-3-Clause-LBNL'
11-
author = 'Arjun Dhamrait, Andrea Diaz, Marco Garten, Axel Huebl, Revathi Jambunathan, Remi Lehe, Ethan Rodriguez, Olga Shapoval, Edoardo Zoni'
9+
project = "Synapse"
10+
copyright = "BSD-3-Clause-LBNL"
11+
author = "Arjun Dhamrait, Andrea Diaz, Marco Garten, Axel Huebl, Revathi Jambunathan, Remi Lehe, Ethan Rodriguez, Olga Shapoval, Edoardo Zoni"
1212

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

16-
extensions = ['myst_parser']
16+
extensions = ["myst_parser"]
1717

18-
templates_path = ['_templates']
18+
templates_path = ["_templates"]
1919
exclude_patterns = []
2020

2121
# -- Options for HTML output -------------------------------------------------
2222
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
2323

24-
html_theme = 'sphinx_book_theme'
25-
html_static_path = ['_static']
24+
html_theme = "sphinx_book_theme"
25+
html_static_path = ["_static"]

0 commit comments

Comments
 (0)