]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
sphinx: Set the html_theme variable explicitly. branch2.1
authorBen Darnell <ben@bendarnell.com>
Sat, 9 Mar 2013 17:30:36 +0000 (12:30 -0500)
committerBen Darnell <ben@bendarnell.com>
Sun, 10 Mar 2013 03:12:05 +0000 (22:12 -0500)
This should let our custom css show on readthedocs.org.

website/sphinx/conf.py

index 905ab4102aa2db3db135f58091c4e13eea4b8bbb..c6da51cc56c400f4b5f3996ef6da660409630239 100644 (file)
@@ -49,6 +49,7 @@ coverage_ignore_functions = [
 ]
     
 html_static_path = [os.path.abspath("../static")]
+html_theme = 'default'
 html_style = "sphinx.css"
 highlight_language = "none"
 html_theme_options = dict(