|
6 | 6 | # -- Project information ----------------------------------------------------- |
7 | 7 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
8 | 8 |
|
9 | | -project = 'sagittal-average' |
10 | | -copyright = '2019, Charlene Bultoc' |
11 | | -author = 'Charlene Bultoc' |
12 | | -release = '0.1' |
| 9 | +project = "sagittal-average" |
| 10 | +copyright = "2019, Charlene Bultoc" |
| 11 | +author = "Charlene Bultoc" |
| 12 | +release = "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', # Support automatic documentation |
19 | | - 'sphinx.ext.coverage', # Automatically check if functions are documented |
20 | | - 'sphinx.ext.mathjax', # Allow support for algebra |
21 | | - 'sphinx.ext.viewcode', # Include the source code in documentation |
22 | | - 'sphinx.ext.githubpages', # Publish HTML docs in GitHub Pages¶ |
| 18 | + "sphinx.ext.autodoc", # Support automatic documentation |
| 19 | + "sphinx.ext.coverage", # Automatically check if functions are documented |
| 20 | + "sphinx.ext.mathjax", # Allow support for algebra |
| 21 | + "sphinx.ext.viewcode", # Include the source code in documentation |
| 22 | + "sphinx.ext.githubpages", # Publish HTML docs in GitHub Pages¶ |
23 | 23 | ] |
24 | 24 |
|
25 | | -templates_path = ['_templates'] |
26 | | -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
27 | | - |
| 25 | +templates_path = ["_templates"] |
| 26 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
28 | 27 |
|
29 | 28 |
|
30 | 29 | # -- Options for HTML output ------------------------------------------------- |
31 | 30 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
32 | 31 |
|
33 | | -html_theme = 'alabaster' |
34 | | -html_static_path = ['_static'] |
| 32 | +html_theme = "alabaster" |
| 33 | +html_static_path = ["_static"] |
0 commit comments