Skip to content

Commit 4d52f77

Browse files
committed
Add si icon and logo
1 parent e1535da commit 4d52f77

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/_static/spikeinterface.ico

18 KB
Binary file not shown.

doc/_static/spikeinterface.png

17.5 KB
Loading

doc/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,9 @@
109109
# Add any paths that contain custom static files (such as style sheets) here,
110110
# relative to this directory. They are copied after the builtin static files,
111111
# so a file named "default.css" will overwrite the builtin "default.css".
112-
# html_static_path = ['_static']
113-
114-
html_favicon = "images/favicon-32x32.png"
112+
html_static_path = ['_static']
113+
html_favicon = "_static/spikeinterface.ico"
114+
html_logo = "_static/spikeinterface.png"
115115

116116

117117
from sphinx_gallery.sorting import ExplicitOrder

0 commit comments

Comments
 (0)