Skip to content

Commit

Permalink
sphinx: Set the html_theme variable explicitly.
Browse files Browse the repository at this point in the history
This should let our custom css show on readthedocs.org.
  • Loading branch information
bdarnell committed Mar 10, 2013
1 parent 169ac4e commit 73ed33e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions website/sphinx/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
]

html_static_path = [os.path.abspath("../static")]
html_theme = 'default'
html_style = "sphinx.css"
highlight_language = "none"
html_theme_options = dict(
Expand Down

0 comments on commit 73ed33e

Please sign in to comment.