Skip to content

Commit

Permalink
Add logo.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 8, 2024
1 parent ef8e830 commit a0e837b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
Binary file added doc-source/PyMassSpec_262.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions doc-source/_templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
{% extends "!base.html" %}
{% block extrahead %}
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
<link rel=icon href=https://pymassspec.github.io/assets/PyMassSpec.ico sizes="48x48" type="image/vnd.microsoft.icon">
{% endblock %}
1 change: 1 addition & 0 deletions doc-source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,3 +103,4 @@ def setup(app):
del version
del release
html_title = "PyMassSpec Contributing Guide"
html_logo = "PyMassSpec_262.png"
2 changes: 2 additions & 0 deletions repo_helper.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ enable_tests: false
enable_conda: false
on_pypi: false
docs_url: https://contributing-to-pyms.readthedocs.io
preserve_custom_theme: true

python_versions:
- '3.8'
Expand All @@ -26,6 +27,7 @@ sphinx_conf_epilogue:
- del version
- del release
- html_title = "PyMassSpec Contributing Guide"
- html_logo = "PyMassSpec_262.png"

extra_sphinx_extensions:
- html_section
Expand Down

0 comments on commit a0e837b

Please sign in to comment.