Skip to content

Commit

Permalink
Use Alabastor theme for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
HenrikOssipoff committed Dec 18, 2015
1 parent 8ad01d6 commit c8e5344
Showing 1 changed file with 7 additions and 11 deletions.
18 changes: 7 additions & 11 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,17 +113,13 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
if on_rtd:
html_theme = 'default'
else:
html_theme = 'alabaster'
html_theme_options = {
'github_user': 'coolshop-com',
'github_repo': 'AltaPay',
'github_button': True,
'travis_button': True
}
html_theme = 'alabaster'
html_theme_options = {
'github_user': 'coolshop-com',
'github_repo': 'AltaPay',
'github_button': True,
'travis_button': True
}

# 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 c8e5344

Please sign in to comment.