Skip to content

Commit

Permalink
DOC #4 swap the dark/light logos
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jan 2, 2023
1 parent 897ca56 commit 4cc340b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
html_theme = "pydata_sphinx_theme"
html_theme_options = {
"logo": {
"image_dark": "pysumreg-logo-light.png",
"image_light": "pysumreg-logo-dark.png",
"image_dark": "pysumreg-logo-dark.png",
"image_light": "pysumreg-logo-light.png",
},
"switcher": {
"json_url": "https://prjemian.github.io/pysumreg/_static/switcher.json",
Expand Down

0 comments on commit 4cc340b

Please sign in to comment.