|
6 | 6 | # -- Project information -----------------------------------------------------
|
7 | 7 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
|
8 | 8 |
|
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" |
13 | 13 |
|
14 | 14 | # -- General configuration ---------------------------------------------------
|
15 | 15 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
|
16 | 16 |
|
17 | 17 | 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 |
21 | 21 | ]
|
22 | 22 |
|
23 |
| -templates_path = ['_templates'] |
| 23 | +templates_path = ["_templates"] |
24 | 24 | exclude_patterns = []
|
25 | 25 | # autodoc_default_options = {
|
26 | 26 | # 'exclude-members': 'forward',
|
|
30 | 30 | # -- Options for HTML output -------------------------------------------------
|
31 | 31 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
|
32 | 32 |
|
33 |
| -html_theme = 'alabaster' |
34 |
| -html_static_path = ['_static'] |
| 33 | +html_theme = "alabaster" |
| 34 | +html_static_path = ["_static"] |
0 commit comments