|
12 | 12 | sys.path.insert(0, os.path.abspath("../..")) |
13 | 13 | sys.path.insert(0, os.path.abspath(".")) |
14 | 14 |
|
15 | | -project = 'sblauth.github.io' |
16 | | -copyright = '2023-2026, Sebastian Blauth' |
17 | | -author = 'Sebastian Blauth' |
| 15 | +project = "sblauth.github.io" |
| 16 | +copyright = "2023-2026, Sebastian Blauth" |
| 17 | +author = "Sebastian Blauth" |
18 | 18 |
|
19 | 19 | # -- General configuration --------------------------------------------------- |
20 | 20 | # https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration |
21 | 21 |
|
22 | 22 |
|
23 | 23 | highlight_language = "python" |
24 | 24 |
|
25 | | -templates_path = ['_templates'] |
| 25 | +templates_path = ["_templates"] |
26 | 26 |
|
27 | 27 | source_suffix = ".rst" |
28 | 28 | exclude_patterns = ["_build"] |
|
54 | 54 | "footer_start": ["copyright"], |
55 | 55 | "footer_end": [], |
56 | 56 | "icon_links": [ |
| 57 | + { |
| 58 | + "name": "email", |
| 59 | + "url": "mailto:sebastian.blauth@itwm.fraunhofer.de", |
| 60 | + "icon": "fa-regular fa-envelope", |
| 61 | + "type": "fontawesome", |
| 62 | + }, |
| 63 | + { |
| 64 | + "name": "ITWM Website", |
| 65 | + "url": "https://www.itwm.fraunhofer.de/en/departments/processes-materials/staff/sebastian-blauth.html", |
| 66 | + "icon": "fa-solid fa-passport", |
| 67 | + "type": "fontawesome", |
| 68 | + }, |
57 | 69 | { |
58 | 70 | "name": "GitHub", |
59 | 71 | "url": "https://github.com/sblauth", |
|
66 | 78 | "icon": "fa-brands fa-orcid", |
67 | 79 | "type": "fontawesome", |
68 | 80 | }, |
69 | | - { |
70 | | - "name": "email", |
71 | | - "url": "mailto:sebastian.blauth@itwm.fraunhofer.de", |
72 | | - "icon": "fa-regular fa-envelope", |
73 | | - "type": "fontawesome", |
74 | | - }, |
75 | 81 | { |
76 | 82 | "name": "Google Scholar", |
77 | 83 | "url": "https://scholar.google.com/citations?user=M-SEAnwAAAAJ&hl=en&oi=ao", |
|
84 | 90 | "icon": "fa-brands fa-researchgate", |
85 | 91 | "type": "fontawesome", |
86 | 92 | }, |
87 | | - ] |
| 93 | + ], |
88 | 94 | } |
89 | 95 |
|
90 | 96 | html_sidebars = {"**": []} |
91 | | -#html_sidebars = { |
| 97 | +# html_sidebars = { |
92 | 98 | # "**": ["sidebar-nav-bs", "sidebar-ethical-ads"] |
93 | | -#} |
| 99 | +# } |
94 | 100 |
|
95 | 101 |
|
96 | 102 | pygments_style = "sphinx" |
97 | 103 |
|
98 | | -html_static_path = ['_static'] |
| 104 | +html_static_path = ["_static"] |
99 | 105 | html_css_files = ["custom.css"] |
0 commit comments