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

website/sphinx/conf.py

index 1b89d28be99aabbc57e7aa65b0a85c20a9a31825..b01f85cbbba847083a687c36136640aca88f1935 100644 (file)
@@ -41,6 +41,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(