Skip to content

Commit b0de551

Browse files
committed
add new logos
1 parent cf700a4 commit b0de551

File tree

8 files changed

+6
-1
lines changed

8 files changed

+6
-1
lines changed

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
## Changes in 1.11.2 (in development)
22

3+
### Other changes
4+
5+
* Added two new versions of the xcube logo, one for dark and one for light themes,
6+
and replaced the logo in the documentation with the light logo.
7+
38

49
## Changes in 1.11.1
510

docs/source/_static/logo-dark.pdn

72.3 KB
Binary file not shown.

docs/source/_static/logo-dark.png

17 KB
Loading

docs/source/_static/logo-light.pdn

68.7 KB
Binary file not shown.

docs/source/_static/logo-light.png

16.2 KB
Loading
File renamed without changes.
File renamed without changes.

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@
127127
# Output file base name for HTML help builder.
128128
htmlhelp_basename = project + "-docs"
129129

130-
html_logo = "_static/logo.png"
130+
html_logo = "_static/logo-light.png"
131131

132132
# -- Options for Autodoc output -------------------------------------------------
133133

0 commit comments

Comments
 (0)