Skip to content

Commit be368f0

Browse files
authored
docs: Add new logo (#1471)
1 parent eb640c8 commit be368f0

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

docs/_static/customize.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-side-nav-search img {
2+
padding: 5px 60px !important;
3+
}

docs/_static/logo.png

13.8 KB
Loading

docs/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,11 @@
5454
# relative to this directory. They are copied after the builtin static files,
5555
# so a file named "default.css" will overwrite the builtin "default.css".
5656
html_static_path = ['_static']
57+
58+
html_logo = "_static/logo.png"
59+
html_theme_options = {
60+
'logo_only': True,
61+
}
62+
63+
def setup(app):
64+
app.add_css_file('customize.css')

0 commit comments

Comments
 (0)