Skip to content

Commit 95719c5

Browse files
committed
Add logo.
1 parent daaac04 commit 95719c5

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

doc-source/PyMassSpec_262.png

20.6 KB
Loading

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://pymassspec.github.io/assets/PyMassSpec.ico sizes="48x48" type="image/vnd.microsoft.icon">
56
{% endblock %}

doc-source/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,3 +103,4 @@ def setup(app):
103103
del version
104104
del release
105105
html_title = "PyMassSpec Contributing Guide"
106+
html_logo = "PyMassSpec_262.png"

repo_helper.yml

Lines changed: 2 additions & 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-pyms.readthedocs.io
20+
preserve_custom_theme: true
2021

2122
python_versions:
2223
- '3.8'
@@ -26,6 +27,7 @@ sphinx_conf_epilogue:
2627
- del version
2728
- del release
2829
- html_title = "PyMassSpec Contributing Guide"
30+
- html_logo = "PyMassSpec_262.png"
2931

3032
extra_sphinx_extensions:
3133
- html_section

0 commit comments

Comments
 (0)