From db223a7ff51e4a40a8ad1377dce895e034e34c0d Mon Sep 17 00:00:00 2001 From: Alex Clark Date: Wed, 1 Oct 2014 15:23:09 -0400 Subject: [PATCH] Troubleshooting RTD [ci skip] --- docs/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/conf.py b/docs/conf.py index 987b6dbb3..b25ea6056 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -35,9 +35,9 @@ pygments_style = 'sphinx' ### HTML output ### -from better import better_theme_path -html_theme_path = [better_theme_path] -html_theme = 'better' +#from better import better_theme_path +#html_theme_path = [better_theme_path] +#html_theme = 'better' html_title = "Pillow v{release} (PIL fork)".format(release=release) html_short_title = "Home"