Skip to content

Commit

Permalink
fix: use correct path for documentation logo
Browse files Browse the repository at this point in the history
  • Loading branch information
12rambau authored Jan 23, 2023
1 parent 4889f73 commit 4ce02b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
# a list of builtin themes.
#
html_theme = "pydata_sphinx_theme"
html_logo = "_static/logo.svg"
html_logo = "logo.svg"
html_favicon = "_static/logo.svg"
html_sourcelink_suffix = ""

Expand Down

1 comment on commit 4ce02b8

@12rambau
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

sorry I committed without reviews (I should never work from the UI). I hope it will work as expected

Please sign in to comment.