File tree Expand file tree Collapse file tree 4 files changed +4
-0
lines changed
Expand file tree Collapse file tree 4 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 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 %}
Original file line number Diff line number Diff line change @@ -103,3 +103,4 @@ def setup(app):
103103del version
104104del release
105105html_title = "PyMassSpec Contributing Guide"
106+ html_logo = "PyMassSpec_262.png"
Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ enable_tests: false
1717enable_conda : false
1818on_pypi : false
1919docs_url : https://contributing-to-pyms.readthedocs.io
20+ preserve_custom_theme : true
2021
2122python_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
3032extra_sphinx_extensions :
3133 - html_section
You can’t perform that action at this time.
0 commit comments