|
8 | 8 |
|
9 | 9 | import os |
10 | 10 | import sys |
11 | | -sys.path.insert(0, os.path.abspath('../src/')) |
12 | 11 |
|
13 | | -project = 'Simple JustWatch Python API' |
14 | | -copyright = '2023, Electronic-Mango' |
15 | | -author = 'Electronic-Mango' |
| 12 | +sys.path.insert(0, os.path.abspath("../src/")) |
| 13 | + |
| 14 | +project = "Simple JustWatch Python API" |
| 15 | +copyright = "2023, Electronic-Mango" |
| 16 | +author = "Electronic-Mango" |
16 | 17 |
|
17 | 18 | # -- General configuration --------------------------------------------------- |
18 | 19 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
19 | 20 |
|
20 | | -extensions = [ |
21 | | - 'sphinx.ext.autodoc', |
22 | | - 'sphinx.ext.viewcode', |
23 | | - 'sphinx.ext.napoleon' |
24 | | -] |
25 | | - |
26 | | -templates_path = ['_templates'] |
27 | | -exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store'] |
| 21 | +extensions = ["sphinx.ext.autodoc", "sphinx.ext.viewcode", "sphinx.ext.napoleon"] |
28 | 22 |
|
| 23 | +templates_path = ["_templates"] |
| 24 | +exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"] |
29 | 25 |
|
30 | 26 |
|
31 | 27 | # -- Options for HTML output ------------------------------------------------- |
32 | 28 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
33 | 29 |
|
34 | | -html_theme = 'sphinx_rtd_theme' |
35 | | -html_static_path = ['_static'] |
| 30 | +html_theme = "sphinx_rtd_theme" |
| 31 | +html_static_path = ["_static"] |
0 commit comments