Skip to content

Commit

Permalink
docs: Add new logo (#1471)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Mar 3, 2022
1 parent eb640c8 commit be368f0
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/_static/customize.css
@@ -0,0 +1,3 @@
.wy-side-nav-search img {
padding: 5px 60px !important;
}
Binary file added docs/_static/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions docs/conf.py
Expand Up @@ -54,3 +54,11 @@
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']

html_logo = "_static/logo.png"
html_theme_options = {
'logo_only': True,
}

def setup(app):
app.add_css_file('customize.css')

0 comments on commit be368f0

Please sign in to comment.