Skip to content

Commit

Permalink
Replace deprecated logo with logo_url in sphinx template
Browse files Browse the repository at this point in the history
It was our template all along and not rtd-theme
  • Loading branch information
Cimbali committed Mar 24, 2023
1 parent 22f9621 commit 3582fca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/_template/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<a href="https://github.com/Cimbali/pympress/" class="fa fa-github"> Pympress on GitHub</a>
<br />
<a href="{{ pathto(master_doc) }}" class="icon icon-home"> Docs home</a>
<img src="{{ pathto('_static/' + logo, 1) }}" class="logo" alt="{{ _('Logo') }}"/>
<img src="{{ logo_url }}" class="logo" alt="{{ _('Logo') }}"/>
<div class="version">
v{{ version }}
</div>
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ build_requires =

[options.extras_require]
build_sphinx =
Sphinx < 6
Sphinx
myst-parser
sphinxcontrib-napoleon
sphinx-rtd-theme
Expand Down

0 comments on commit 3582fca

Please sign in to comment.