From b588b611913fe67fb2e1ff938ad0ab10fdac95f1 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 16 Oct 2012 20:20:13 -0500 Subject: [PATCH] doc: Use default theme (for RTD) --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/conf.py b/doc/conf.py index 351f129..8a3a155 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -91,7 +91,7 @@ pygments_style = 'sphinx' # The theme to use for HTML and HTML Help pages. See the documentation for # a list of builtin themes. -html_theme = 'agogo' +#html_theme = 'default' # Theme options are theme-specific and customize the look and feel of a theme # further. For a list of options available for each theme, see the