Skip to content

Commit

Permalink
config update
Browse files Browse the repository at this point in the history
  • Loading branch information
ShawnDriscoll committed Oct 26, 2017
1 parent 7fba947 commit b33db41
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,13 +85,13 @@
# The style sheet to use for HTML and HTML Help pages. A file of that name
# must exist either in Sphinx' static/ path, or in one of the custom paths
# given in html_static_path.
html_style = 'default.css'
#html_style = 'default.css'

on_rtd = os.environ.get('READTHEDOCS') == 'True'
if not on_rtd:
html_theme = 'default'
else:
html_theme = 'nature'
# on_rtd = os.environ.get('READTHEDOCS') == 'True'
# if on_rtd:
# html_theme = 'default'
# else:
# html_theme = 'nature'

# The name for this set of Sphinx documents. If None, it defaults to
# "<project> v<release> documentation".
Expand Down Expand Up @@ -167,7 +167,7 @@
# (source start file, target name, title, author, document class [howto/manual]).
latex_documents = [
('index', 'diceroll.tex', u'diceroll Operations Manual',
u'Shawn Driscoll', 'manual'),
u'SHONNER', 'manual'),
]

# The name of an image file (relative to this directory) to place at the top of
Expand Down

0 comments on commit b33db41

Please sign in to comment.