Skip to content

Commit 469c706

Browse files
Reformat Sphinx conf.py file
1 parent 2346507 commit 469c706

1 file changed

Lines changed: 10 additions & 14 deletions

File tree

docs/conf.py

Lines changed: 10 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -8,28 +8,24 @@
88

99
import os
1010
import sys
11-
sys.path.insert(0, os.path.abspath('../src/'))
1211

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"
1617

1718
# -- General configuration ---------------------------------------------------
1819
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1920

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"]
2822

23+
templates_path = ["_templates"]
24+
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
2925

3026

3127
# -- Options for HTML output -------------------------------------------------
3228
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3329

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

Comments
 (0)