Skip to content
Snippets Groups Projects
Commit c03c50be authored by Spencer Williams's avatar Spencer Williams
Browse files

new favicon

parent 95680c2a
No related branches found
No related tags found
No related merge requests found
from os import path from os import path
__version__ = '0.0.9' __version__ = '0.0.10'
def get_html_theme_path(): def get_html_theme_path():
"""Return list of HTML theme paths.""" """Return list of HTML theme paths."""
......
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
{%- block extrahead %} {%- block extrahead %}
<meta name="google" value="notranslate"> <meta name="google" value="notranslate">
{# this block is after the one using html_favicon from conf.py, so it safely overwrites it #} {# this block is after the one using html_favicon from conf.py, so it safely overwrites it #}
<link rel="shortcut icon" href="{{ pathto('_static/images/favicon.ico', 1) }}"/> <link rel="shortcut icon" href="{{ pathto('_static/images/favicon.png', 1) }}"/>
{% endblock %} {% endblock %}
{# remove breadcrumbs from relbar, overwrite logo #} {# remove breadcrumbs from relbar, overwrite logo #}
......
theme/sphinx_rigado_theme/static/images/favicon.ico

5.3 KiB

theme/sphinx_rigado_theme/static/images/favicon.png

2.92 KiB

0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment