From 5f02fb54daa97c77040982eb2b2ded344ee9b9ac Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Sat, 9 Mar 2013 12:30:36 -0500 Subject: [PATCH] sphinx: Set the html_theme variable explicitly. This should let our custom css show on readthedocs.org. --- website/sphinx/conf.py | 1 + 1 file changed, 1 insertion(+) diff --git a/website/sphinx/conf.py b/website/sphinx/conf.py index 1b89d28be..b01f85cbb 100644 --- a/website/sphinx/conf.py +++ b/website/sphinx/conf.py @@ -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( -- 2.47.2