Skip to content

Commit ca74f17

Browse files
Merge pull request #3505 from h2oai/shaun/main/add-logo
Add H2O Logo
2 parents b1a8710 + f843313 commit ca74f17

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

docs/_static/h2o_logo.png

16.8 KB
Loading

docs/_static/h2o_logo.svg

Lines changed: 1 addition & 0 deletions
Loading

docs/_theme/theme.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ style = wren.css
44
pygments_style = sphinx
55

66
[options]
7-
logo = _static/datatable_small_logo.svg
7+
logo = _static/h2o_logo.svg
88

99
collapse_navigation = True
1010
sticky_navigation = True

docs/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,8 @@
141141
#
142142
# See: https://sphinx-rtd-theme.readthedocs.io/en/latest/configuring.html
143143
html_theme_options = {}
144-
html_favicon = "_static/datatable_small_icon.ico"
144+
html_favicon = "_static/h2o_logo.svg"
145+
html_logo = "_static/h2o_logo.svg"
145146

146147
# Add any paths that contain custom static files (such as style sheets) here,
147148
# relative to this directory. They are copied after the builtin static files,

0 commit comments

Comments
 (0)