Skip to content

Commit 82cd4fb

Browse files
committed
Merge branch 'add-logos' into 'main'
Add logos to doc See merge request workflow/ewoks/ewoksppf!132
2 parents 9c05e7c + d6c592d commit 82cd4fb

3 files changed

Lines changed: 140 additions & 2 deletions

File tree

doc/_static/logo.png

7.56 KB
Loading

doc/_static/logo.svg

Lines changed: 138 additions & 0 deletions
Loading

doc/conf.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
project = "ewoksppf"
99
version = ".".join(release.split(".")[:2])
10-
copyright = "2021-2025, ESRF"
10+
copyright = "2021-2026, ESRF"
1111
author = "ESRF"
1212
docstitle = f"{project} {version}"
1313

@@ -46,7 +46,7 @@
4646

4747
html_theme = "pydata_sphinx_theme"
4848
html_title = docstitle
49-
# html_logo = "_static/logo.png"
49+
html_logo = "_static/logo.png"
5050
html_static_path = ["_static"]
5151
html_template_path = ["_templates"]
5252
html_css_files = ["custom.css"]

0 commit comments

Comments
 (0)