Skip to content

Commit ed91f67

Browse files
committed
add logo and favicon to the website
1 parent fe28a5f commit ed91f67

File tree

4 files changed

+2
-1
lines changed

4 files changed

+2
-1
lines changed
3.11 KB
Loading
Loading
Loading

docs/source/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,8 @@
123123
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
124124
html_theme = "pydata_sphinx_theme"
125125
html_title = "movement"
126-
126+
html_logo = "_static/movement_logo_transparent_no-text.png"
127+
html_favicon = "_static/movement_favicon_64px.png"
127128
# Customize the theme
128129
html_theme_options = {
129130
"icon_links": [

0 commit comments

Comments
 (0)