We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3a86e4 commit 8c7acf5Copy full SHA for 8c7acf5
doc-source/_templates/base.html
@@ -2,4 +2,5 @@
2
{% extends "!base.html" %}
3
{% block extrahead %}
4
<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">
6
{% endblock %}
repo_helper.yml
@@ -17,6 +17,7 @@ use_whey: true
17
min_coverage: 100
18
sphinx_html_theme: furo
19
docs_fail_on_warning: true
20
+preserve_custom_theme: true
21
22
conda_channels:
23
- conda-forge
0 commit comments