|
2 | 2 | # |
3 | 3 | # For the full list of built-in configuration values, see the documentation: |
4 | 4 | # https://www.sphinx-doc.org/en/master/usage/configuration.html |
5 | | - |
6 | 5 | # -- Project information ----------------------------------------------------- |
7 | 6 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information |
8 | 7 |
|
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" |
13 | 12 |
|
14 | 13 | # -- General configuration --------------------------------------------------- |
15 | 14 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
16 | 15 |
|
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"] |
28 | 17 |
|
| 18 | +templates_path = ["_templates"] |
| 19 | +exclude_patterns = ["README.rst", "lib/*"] |
29 | 20 |
|
30 | 21 |
|
31 | 22 | # -- Options for HTML output ------------------------------------------------- |
32 | 23 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output |
33 | 24 |
|
34 | | -html_theme = 'furo' |
| 25 | +html_theme = "furo" |
35 | 26 |
|
36 | 27 | # Change default HTML title |
37 | 28 | html_title = "Berlin Python User Groups" |
38 | 29 |
|
39 | | -html_static_path = ['_static'] |
| 30 | +html_static_path = ["_static"] |
40 | 31 | html_logo = "_static/images/logo/logo.png" |
41 | 32 | html_favicon = "_static/images/logo/favicon.ico" |
0 commit comments