diff --git a/README.md b/README.md index edb82d9c9..6f6733bd9 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ - -
+ + + + Shows a black logo in light color mode and a white one in dark color mode. + ----------------- -[comment]: <> () - - # Xarray extension for unstructured climate and global weather data | | | | --- | --- | diff --git a/docs/_static/images/logos/h_blue.svg b/docs/_static/images/logos/h_blue.svg deleted file mode 100644 index 22ca083d8..000000000 --- a/docs/_static/images/logos/h_blue.svg +++ /dev/null @@ -1,348 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/_static/images/logos/h_dark.svg b/docs/_static/images/logos/uxarray_logo_h_dark.svg similarity index 100% rename from docs/_static/images/logos/h_dark.svg rename to docs/_static/images/logos/uxarray_logo_h_dark.svg diff --git a/docs/_static/images/logos/h_light.svg b/docs/_static/images/logos/uxarray_logo_h_light.svg similarity index 100% rename from docs/_static/images/logos/h_light.svg rename to docs/_static/images/logos/uxarray_logo_h_light.svg diff --git a/docs/_static/images/logos/v_dark.svg b/docs/_static/images/logos/uxarray_logo_v_dark.svg similarity index 100% rename from docs/_static/images/logos/v_dark.svg rename to docs/_static/images/logos/uxarray_logo_v_dark.svg diff --git a/docs/_static/images/logos/v_light.svg b/docs/_static/images/logos/uxarray_logo_v_light.svg similarity index 100% rename from docs/_static/images/logos/v_light.svg rename to docs/_static/images/logos/uxarray_logo_v_light.svg diff --git a/docs/_static/images/logos/uxarray_temp_logo.png b/docs/_static/images/logos/uxarray_temp_logo.png deleted file mode 100644 index 372757d84..000000000 Binary files a/docs/_static/images/logos/uxarray_temp_logo.png and /dev/null differ diff --git a/docs/_static/images/logos/v_blue.svg b/docs/_static/images/logos/v_blue.svg deleted file mode 100644 index 0ecaad445..000000000 --- a/docs/_static/images/logos/v_blue.svg +++ /dev/null @@ -1,224 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/docs/conf.py b/docs/conf.py index a41ec8d56..6d93b3295 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -180,25 +180,25 @@ 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/h_dark.svg" +html_logo = "_static/images/logos/uxarray_logo_h_dark.svg" # The name of an image file (within the static path) to use as favicon of the # docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32 # pixels large. -html_favicon = "_static/images/logos/h_dark.svg" - -# # Assuming your `conf.py` has a sibling folder called `_static` with these files -# html_theme_options = { -# "logo": { -# "image_light": "_static/images/logos/h_dark.svg", -# "image_dark": "_static/images/logos/h_light.svg", -# } -# } +html_favicon = "_static/images/logos/uxarray_logo_h_dark.svg" + +# Assuming your `conf.py` has a sibling folder called `_static` with these files +html_theme_options = { + "logo": { + "image_light": "_static/images/logos/uxarray_logo_h_dark.svg", + "image_dark": "_static/images/logos/uxarray_logo_h_light.svg", + } +} # Add any paths that contain custom static files (such as style sheets) here, # relative to this directory. They are copied after the builtin static files, # so a file named "default.css" will overwrite the builtin "default.css". -# html_static_path = ["_static"] +html_static_path = ["_static"] # html_css_files = ["style.css"] # Output file base name for HTML help builder.