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"