]> git.ipfire.org Git - thirdparty/tornado.git/commitdiff
sphinx: Set the html_theme variable explicitly.
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:11:39 +0000 (22:11 -0500)
This should let our custom css show on readthedocs.org.

website/sphinx/conf.py

index 86992f44e59e6fc26ff273f120ddc8c1057e1af0..62bb78371cba22d5555bb422489e19fb01116626 100644 (file)
@@ -50,6 +50,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(