From fddc90f9dcab00aba268ed3828bb84fd060cb0a6 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 24 Jan 2015 15:17:51 -0500 Subject: Try not having a custom style on rtfd --- doc/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/conf.py') diff --git a/doc/conf.py b/doc/conf.py index 582b537..8b0726f 100644 --- a/doc/conf.py +++ b/doc/conf.py @@ -108,7 +108,7 @@ html_theme = 'default' # documentation. #html_theme_options = {} -html_style = "neds.css" +#html_style = "neds.css" html_add_permalinks = False -- cgit v1.2.1