Skip to content

Commit

Permalink
Merge pull request #545 from cyschneck/nsf_540
Browse files Browse the repository at this point in the history
  • Loading branch information
cyschneck authored Jan 30, 2024
2 parents ef3a3cf + 8748a88 commit 5f8baf7
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
File renamed without changes
Binary file added docs/_static/images/logos/NSF_NCAR_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 6 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,12 @@ def __getattr__(cls, name):

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = '_static/images/logos/NSF_NCAR.png'
html_theme_options = {
"logo": {
"image_light": "_static/images/logos/NSF_NCAR_light.png",
"image_dark": "_static/images/logos/NSF_NCAR_dark.png",
}
}

# The name of an image file (relative to this directory) to use as a favicon of
# the docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
Expand Down
8 changes: 8 additions & 0 deletions docs/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
Release Notes
=============

v2024.02.0 (Unreleased)
-----------------------

Documentation
^^^^^^^^^^^^^
* Override branding for light/dark theme by `Cora Schneck`_ in (:pr:`545`)


v2024.01.0 (January 30, 2023)
-----------------------
This release primarily updates our internal CI.
Expand Down

0 comments on commit 5f8baf7

Please sign in to comment.