Skip to content

Commit b48f4fa

Browse files
committed
🎨 Black style
1 parent 901e140 commit b48f4fa

1 file changed

Lines changed: 9 additions & 18 deletions

File tree

conf.py

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -2,40 +2,31 @@
22
#
33
# For the full list of built-in configuration values, see the documentation:
44
# https://www.sphinx-doc.org/en/master/usage/configuration.html
5-
65
# -- Project information -----------------------------------------------------
76
# https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information
87

9-
project = 'python.berlin'
10-
copyright = '2023, Berlin Python User Groups'
11-
author = 'Berlin Python User Groups'
12-
release = '1.0.0'
8+
project = "python.berlin"
9+
copyright = "2023, Berlin Python User Groups"
10+
author = "Berlin Python User Groups"
11+
release = "1.0.0"
1312

1413
# -- General configuration ---------------------------------------------------
1514
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
1615

17-
extensions = [
18-
"sphinx_design",
19-
"sphinxext.opengraph",
20-
"sphinx_copybutton"
21-
]
22-
23-
templates_path = ['_templates']
24-
exclude_patterns = [
25-
"README.rst",
26-
"lib/*"
27-
]
16+
extensions = ["sphinx_design", "sphinxext.opengraph", "sphinx_copybutton"]
2817

18+
templates_path = ["_templates"]
19+
exclude_patterns = ["README.rst", "lib/*"]
2920

3021

3122
# -- Options for HTML output -------------------------------------------------
3223
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
3324

34-
html_theme = 'furo'
25+
html_theme = "furo"
3526

3627
# Change default HTML title
3728
html_title = "Berlin Python User Groups"
3829

39-
html_static_path = ['_static']
30+
html_static_path = ["_static"]
4031
html_logo = "_static/images/logo/logo.png"
4132
html_favicon = "_static/images/logo/favicon.ico"

0 commit comments

Comments
 (0)