From: Ben Darnell Date: Sat, 9 Mar 2013 17:30:36 +0000 (-0500) Subject: sphinx: Set the html_theme variable explicitly. X-Git-Tag: v3.0.0~45^2~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73ed33ed967ec94c911aea967a0a2b414b2b2c71;p=thirdparty%2Ftornado.git sphinx: Set the html_theme variable explicitly. This should let our custom css show on readthedocs.org. --- diff --git a/website/sphinx/conf.py b/website/sphinx/conf.py index 86992f44e..62bb78371 100644 --- a/website/sphinx/conf.py +++ b/website/sphinx/conf.py @@ -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(