Skip to content

Commit

Permalink
Experimenting with logo vs logo_url for fixing sphinx issue
Browse files Browse the repository at this point in the history
  • Loading branch information
westonpace committed Apr 17, 2023
1 parent d4f7332 commit c08d94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/_templates/docs-sidebar.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

<a class="navbar-brand" href="{{ pathto(master_doc) }}">
<img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="logo">
<img src="{{ pathto('_static/' + logo_url, 1) }}" class="logo" alt="logo">
</a>

<div id="version-search-wrapper">
Expand Down

0 comments on commit c08d94a

Please sign in to comment.