Skip to content

Commit 8c7acf5

Browse files
committed
Add favicon
1 parent a3a86e4 commit 8c7acf5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc-source/_templates/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@
22
{% extends "!base.html" %}
33
{% block extrahead %}
44
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
5+
<link rel=icon href=https://python-formate.github.io/assets/formate.ico sizes="48x48" type="image/vnd.microsoft.icon">
56
{% endblock %}

repo_helper.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ use_whey: true
1717
min_coverage: 100
1818
sphinx_html_theme: furo
1919
docs_fail_on_warning: true
20+
preserve_custom_theme: true
2021

2122
conda_channels:
2223
- conda-forge

0 commit comments

Comments
 (0)