Skip to content

Commit 4a2e3b1

Browse files
committed
Set favicon
1 parent 2f1686a commit 4a2e3b1

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

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://sphinx-toolbox.github.io/assets/sphinx_toolbox.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 @@ enable_tests: false
1717
enable_conda: false
1818
on_pypi: false
1919
docs_url: https://contributing-to-sphinx-toolbox.readthedocs.io
20+
preserve_custom_theme: true
2021

2122
python_versions:
2223
- '3.8'

0 commit comments

Comments
 (0)