Skip to content

Commit b5a13b1

Browse files
Update logo (#33)
* Update logo
1 parent 0e3f595 commit b5a13b1

File tree

5 files changed

+13
-7
lines changed

5 files changed

+13
-7
lines changed

.readthedocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ build:
77
python:
88
install:
99
- requirements: docs/requirements.txt
10+
sphinx:
11+
configuration: docs/conf.py

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
# earthkit-meteo
22

3-
<!--
4-
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/earthkit-meteo.svg)](https://pypi.python.org/pypi/earthkit-meteo/) -->
3+
<img src="https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-meteo-light.svg" width="160">
4+
5+
[![PyPI version fury.io](https://badge.fury.io/py/earthkit-meteo.svg)](https://pypi.python.org/pypi/earthkit-meteo/)
6+
[![PyPI pyversions](https://img.shields.io/pypi/pyversions/earthkit-meteo.svg)](https://pypi.python.org/pypi/earthkit-meteo/)
57

68
**DISCLAIMER**
79
This project is **BETA** and will be **Experimental** for the foreseeable future.

docs/_static/earthkit-meteo.png

-63.9 KB
Binary file not shown.

docs/_static/style.css

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,10 @@
1818
font-size: 85%;
1919
}
2020

21-
.wy-table-responsive table td, .wy-table-responsive table th {
21+
.wy-table-responsive table td,
22+
.wy-table-responsive table th {
2223
white-space: inherit;
23-
}
24+
}
2425

2526
/*
2627
.wy-table-responsive table td,
@@ -43,6 +44,7 @@
4344
/*
4445
Set logo size
4546
*/
46-
.wy-side-nav-search .wy-dropdown > a img.logo, .wy-side-nav-search > a img.logo {
47-
width: 80px;
47+
.wy-side-nav-search .wy-dropdown>a img.logo,
48+
.wy-side-nav-search>a img.logo {
49+
width: 180px;
4850
}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
html_static_path = ["_static"]
9191
html_css_files = ["style.css"]
9292

93-
# html_logo = "_static/earthkit-meteo.png"
93+
html_logo = "https://github.com/ecmwf/logos/raw/refs/heads/main/logos/earthkit/earthkit-meteo-dark.svg"
9494

9595

9696
def setup(app):

0 commit comments

Comments
 (0)