We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1686a commit 4a2e3b1Copy full SHA for 4a2e3b1
2 files changed
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://sphinx-toolbox.github.io/assets/sphinx_toolbox.ico sizes="48x48" type="image/vnd.microsoft.icon">
6
{% endblock %}
repo_helper.yml
@@ -17,6 +17,7 @@ enable_tests: false
17
enable_conda: false
18
on_pypi: false
19
docs_url: https://contributing-to-sphinx-toolbox.readthedocs.io
20
+preserve_custom_theme: true
21
22
python_versions:
23
- '3.8'
0 commit comments