Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
vita-dounai committed Mar 23, 2021
1 parent 7d4ee01 commit d16fbdc
Show file tree
Hide file tree
Showing 12 changed files with 232 additions and 218 deletions.
5 changes: 5 additions & 0 deletions _static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,8 @@ ul.method-introduction p {
ul.method-introduction div.code-example div.highlight-rust {
margin-left: 3.4em;
}

.wy-side-nav-search .wy-dropdown>a img.logo, .wy-side-nav-search>a img.logo {
width: 50%;
height: 50%;
}
1 change: 1 addition & 0 deletions _static/images/logo.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,12 @@

github_doc_root = 'https://github.com/rtfd/recommonmark/tree/master/doc/'

html_logo = "_static\images\logo.svg"
html_theme_options = {
'logo_only': True,
'display_version': False,
}


def setup(app):
app.add_config_value('recommonmark_config', {
Expand Down

0 comments on commit d16fbdc

Please sign in to comment.