Skip to content

Commit

Permalink
Ensure all logos included in _static directory
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-graham committed Aug 16, 2023
1 parent 4aabf43 commit 1b54415
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,11 @@
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output

html_theme = "pydata_sphinx_theme"
html_static_path = ["_static"]

html_logo = "../images/logo-dark-background-and-text.svg"
html_static_path = ["_static", "../images"]

html_theme_options = {
"logo": {
"image_light": "../images/logo-dark-background-and-text.svg",
"image_dark": "../images/logo-white-background-and-text.svg",
}
"logo": {
"image_light": "../images/logo-dark-background-and-text.svg",
"image_dark": "../images/logo-white-background-and-text.svg",
},
}

0 comments on commit 1b54415

Please sign in to comment.