Skip to content

Commit

Permalink
- Find the alabaster theme path properly by using the recommended way…
Browse files Browse the repository at this point in the history
… suggested by alabaster https://pypi.python.org/pypi/alabaster.
  • Loading branch information
adeas31 committed Jun 8, 2015
1 parent 6380bb6 commit 815abe8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions usersguide-sphinx/source/conf.py
Expand Up @@ -116,6 +116,8 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
import alabaster
html_theme_path = [alabaster.get_path()]
html_theme = 'alabaster'

# Theme options are theme-specific and customize the look and feel of a theme
Expand Down

0 comments on commit 815abe8

Please sign in to comment.