File tree Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Expand file tree Collapse file tree 5 files changed +13
-7
lines changed Original file line number Diff line number Diff line change 77python :
88 install :
99 - requirements : docs/requirements.txt
10+ sphinx :
11+ configuration : docs/conf.py
Original file line number Diff line number Diff line change 11# earthkit-meteo
22
3- <!--
4- [](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**
79This project is ** BETA** and will be ** Experimental** for the foreseeable future.
Original file line number Diff line number Diff line change 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,
4344/*
4445Set 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}
Original file line number Diff line number Diff line change 9090html_static_path = ["_static" ]
9191html_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
9696def setup (app ):
You can’t perform that action at this time.
0 commit comments