Skip to content

Commit

Permalink
remove unsupported theme options in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
rneher committed Jul 18, 2019
1 parent 4860194 commit 203c06e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,14 +134,7 @@

html_theme = 'sphinx_rtd_theme'

html_theme_options = {
'rightsidebar': True,
'sidebar_span': 3, # 1(min) - 12(max)
'content_fixed': True,
'content_width': '1200px',
'inner_theme': True,
'inner_theme_name': 'bootswatch-flatly',
}
html_theme_options = {}
# 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.
Expand Down

0 comments on commit 203c06e

Please sign in to comment.