Skip to content

Commit 85b93f4

Browse files
authored
Logo updates (#128)
* add new logos and remove old ones per NSF NCAR branding guidance * missed a line
1 parent 0564cce commit 85b93f4

7 files changed

+8
-3
lines changed

_static/images/logos/GeoCAT_nsf.svg

-1
This file was deleted.

_static/images/logos/NCAR-contemp-logo-blue.svg

-1
This file was deleted.

_static/images/logos/NSF_NCAR_dark.svg

+1
Loading

_static/images/logos/NSF_NCAR_light.svg

+1
Loading
-9.89 KB
Binary file not shown.

_static/images/logos/nsf.png

-15.8 KB
Binary file not shown.

conf.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,12 @@
257257

258258
# The name of an image file (relative to this directory) to place at the top
259259
# of the sidebar.
260-
html_logo = '_static/images/logos/GeoCAT_nsf.svg'
260+
html_theme_options = {
261+
"logo": {
262+
"image_light": '_static/images/logos/NSF_NCAR_light.svg',
263+
"image_dark": '_static/images/logos/NSF_NCAR_dark.svg',
264+
}
265+
}
261266

262267
# The name of an image file (relative to this directory) to use as a favicon of
263268
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

0 commit comments

Comments
 (0)