Skip to content

Commit

Permalink
Change to documentation theme
Browse files Browse the repository at this point in the history
  • Loading branch information
mjsandells committed Jan 17, 2018
1 parent debee67 commit a8ada2d
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions doc/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -160,17 +160,18 @@ def rst_link_transform(docname):
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'alabaster'
html_theme = 'bizstyle'

# 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 = {
"fixed_sidebar": "true",
"sidebar_collapse": "true",
"show_powered_by": "false"
}
# alabaster theme options
#html_theme_options = {
# "fixed_sidebar": "true",
# "sidebar_collapse": "true",
# "show_powered_by": "false"
#}

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

0 comments on commit a8ada2d

Please sign in to comment.