Skip to content

Commit

Permalink
Move to html default theme for read the docs to take over
Browse files Browse the repository at this point in the history
  • Loading branch information
Titan-C committed Mar 22, 2019
1 parent e0dbbe1 commit 2c71c69
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
15 changes: 15 additions & 0 deletions doc/_static/theme_override.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.wy-nav-top {
background-color: #FF8C38 !important;
}
.wy-side-nav-search {
background-color: #FF8C38 !important;
}


div[class^="highlight"] a {
background-color: #E6E6E6;
}

div[class^="highlight"] a:hover {
background-color: #ABECFC;
}
5 changes: 4 additions & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,10 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'default'

def setup(app):
app.add_stylesheet('theme_override.css')

# 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
Expand Down

0 comments on commit 2c71c69

Please sign in to comment.