We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b1a8710 + f843313 commit ca74f17Copy full SHA for ca74f17
docs/_static/h2o_logo.png
16.8 KB
docs/_static/h2o_logo.svg
docs/_theme/theme.conf
@@ -4,7 +4,7 @@ style = wren.css
4
pygments_style = sphinx
5
6
[options]
7
-logo = _static/datatable_small_logo.svg
+logo = _static/h2o_logo.svg
8
9
collapse_navigation = True
10
sticky_navigation = True
docs/conf.py
@@ -141,7 +141,8 @@
141
#
142
# See: https://sphinx-rtd-theme.readthedocs.io/en/latest/configuring.html
143
html_theme_options = {}
144
-html_favicon = "_static/datatable_small_icon.ico"
+html_favicon = "_static/h2o_logo.svg"
145
+html_logo = "_static/h2o_logo.svg"
146
147
# Add any paths that contain custom static files (such as style sheets) here,
148
# relative to this directory. They are copied after the builtin static files,
0 commit comments