File tree 4 files changed +8
-1
lines changed
4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change
1
+ <h1 align =" center " >
2
+ <img src =" docs/_static/logo.png " width =" 200 " >
3
+ </h1 ><br >
4
+
1
5
[ ![ Documentation Status] ( https://github.com/OpenCOMPES/sed/actions/workflows/documentation.yml/badge.svg )] ( https://opencompes.github.io/docs/sed/stable/ )
2
6
[ ![ Ruff] ( https://img.shields.io/endpoint?url=https://raw.githubusercontent.com/astral-sh/ruff/main/assets/badge/v2.json )] ( https://github.com/astral-sh/ruff )
3
7
![ ] ( https://github.com/OpenCOMPES/sed/actions/workflows/linting.yml/badge.svg?branch=main )
Original file line number Diff line number Diff line change 13
13
14
14
import tomlkit
15
15
16
- from sed import __version__
16
+ from sed import __version__ # type: ignore[attr-defined]
17
17
18
18
sys .path .insert (0 , os .path .abspath (".." ))
19
19
@@ -105,6 +105,9 @@ def _get_project_meta():
105
105
#
106
106
html_theme = "pydata_sphinx_theme"
107
107
108
+ html_logo = "_static/logo.png"
109
+ html_favicon = "_static/favicon.ico"
110
+
108
111
html_theme_options = {
109
112
"github_url" : "https://github.com/OpenCOMPES/sed" ,
110
113
"primary_sidebar_end" : ["indices.html" ],
You can’t perform that action at this time.
0 commit comments