Skip to content

Commit

Permalink
change docs theme.
Browse files Browse the repository at this point in the history
  • Loading branch information
schettino72 committed May 6, 2015
1 parent 031f928 commit c9c5c92
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
11 changes: 6 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -109,13 +109,14 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
# on_rtd is whether we are on readthedocs.org
import os
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

if not on_rtd: # only import and set the theme if we're building docs locally
html_theme = 'sphinxdoc'
# else RTD use its default theme
# import os
# on_rtd = os.environ.get('READTHEDOCS', None) == 'True'

# if not on_rtd: # only import and set the theme if we're building docs locally
# html_theme = 'sphinxdoc'
# # else RTD use its default theme
html_theme = 'sphinxdoc'

# 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
1 change: 0 additions & 1 deletion docs/dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,3 @@ toctree
unittest
unittest's
util

0 comments on commit c9c5c92

Please sign in to comment.