Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Documentation
sphinx
Commits
c03c50be
Commit
c03c50be
authored
Jul 12, 2018
by
Spencer Williams
Browse files
new favicon
parent
95680c2a
Changes
4
Hide whitespace changes
Inline
Side-by-side
theme/sphinx_rigado_theme/__init__.py
View file @
c03c50be
from
os
import
path
__version__
=
'0.0.
9
'
__version__
=
'0.0.
10
'
def
get_html_theme_path
():
"""Return list of HTML theme paths."""
...
...
theme/sphinx_rigado_theme/layout.html
View file @
c03c50be
...
...
@@ -18,7 +18,7 @@
{%- block extrahead %}
<meta
name=
"google"
value=
"notranslate"
>
{# 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 %}
{# remove breadcrumbs from relbar, overwrite logo #}
...
...
theme/sphinx_rigado_theme/static/images/favicon.ico
deleted
100644 → 0
View file @
95680c2a
5.3 KB
theme/sphinx_rigado_theme/static/images/favicon.png
0 → 100644
View file @
c03c50be
2.92 KB
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment