Skip to content

Commit

Permalink
Fix logo name
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronkw committed Jan 2, 2019
1 parent b599c8a commit f7d035a
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,10 @@
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
#html_theme_options = {}
html_theme_options = {
'logo_only': True,
'display_version': False,
}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
Expand All @@ -117,11 +120,7 @@

# The name of an image file (relative to this directory) to place at the top
# of the sidebar.
html_logo = 'img/hb_logo_final.svg'
html_theme_options = {
'logo_only': True,
'display_version': False,
}
html_logo = 'img/hb_full_logo.svg'

# The name of an image file (within the static path) to use as favicon of the
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32
Expand Down

0 comments on commit f7d035a

Please sign in to comment.