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

website/sphinx/conf.py

index 84f833e64fd53a6890aa7d5ec423c82e9291d4c3..69f47da14b9afb8bf6ab107fc5c13af17685f530 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(