Skip to content

Commit

Permalink
restore default theme
Browse files Browse the repository at this point in the history
  • Loading branch information
ecdsa committed Sep 3, 2017
1 parent 93110a7 commit 4c789f6
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
# 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'

# 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 All @@ -99,17 +99,6 @@
# Custom sidebar templates, must be a dictionary that maps document names
# to template names.
#
# This is required for the alabaster theme
# refs: http://alabaster.readthedocs.io/en/latest/installation.html#sidebars
html_sidebars = {
'**': [
'about.html',
'navigation.html',
'relations.html', # needs 'show_related': True theme option to display
'searchbox.html',
'donate.html',
]
}


# -- Options for HTMLHelp output ------------------------------------------
Expand Down

0 comments on commit 4c789f6

Please sign in to comment.