From: Ben Darnell Date: Sat, 9 Mar 2013 17:30:36 +0000 (-0500) Subject: sphinx: Set the html_theme variable explicitly. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c501917eba46dec30b1f2ef12497dffc4beec505;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 84f833e64..69f47da14 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(