Skip to content

Commit 573ec1a

Browse files
committed
Formatting.
1 parent 99014a3 commit 573ec1a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

docs/source/conf.py

+10-10
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
# -- Project information -----------------------------------------------------
77
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
88

9-
project = 'e3tools'
10-
copyright = '2025, Joseph Kleinhenz and Ameya Daigavane'
11-
author = 'Joseph Kleinhenz and Ameya Daigavane'
12-
release = '0.0.1'
9+
project = "e3tools"
10+
copyright = "2025, Joseph Kleinhenz and Ameya Daigavane"
11+
author = "Joseph Kleinhenz and Ameya Daigavane"
12+
release = "0.0.1"
1313

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

1717
extensions = [
18-
'sphinx.ext.autodoc', # Automatically extract docs from docstrings
19-
'sphinx.ext.viewcode', # Add links to source code
20-
'sphinx.ext.napoleon', # Support for NumPy and Google style docstrings
18+
"sphinx.ext.autodoc", # Automatically extract docs from docstrings
19+
"sphinx.ext.viewcode", # Add links to source code
20+
"sphinx.ext.napoleon", # Support for NumPy and Google style docstrings
2121
]
2222

23-
templates_path = ['_templates']
23+
templates_path = ["_templates"]
2424
exclude_patterns = []
2525
# autodoc_default_options = {
2626
# 'exclude-members': 'forward',
@@ -30,5 +30,5 @@
3030
# -- Options for HTML output -------------------------------------------------
3131
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3232

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

0 commit comments

Comments
 (0)