Skip to content

Commit

Permalink
docs: use logo_only
Browse files Browse the repository at this point in the history
  • Loading branch information
trehn committed Apr 6, 2015
1 parent 1e725ff commit 48bca29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
5 changes: 0 additions & 5 deletions doc/_static/style.css
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
body {
font-family: "Maven Pro", Helvetica, sans-serif;
}
a.icon-home {
font-size: 0;
margin-top: 0;
margin-bottom: 20px;
}
h1, h2, h3, h4, h5, h6, legend {
font-family: "Maven Pro", Helvetica, sans-serif;
}
Expand Down
4 changes: 3 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,9 @@
# 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,
}

# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
Expand Down

0 comments on commit 48bca29

Please sign in to comment.