From 9041a3396d46f4eaaf01355a3e83b10b0e01491e Mon Sep 17 00:00:00 2001 From: Roland Meister Date: Mon, 28 Feb 2011 21:20:37 +0100 Subject: [PATCH] Changed new epub option rebuild parameter to 'env'. --- sphinx/config.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx/config.py b/sphinx/config.py index 9841ba46a..93250f9b0 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -126,8 +126,8 @@ class Config(object): epub_exclude_files = ([], 'env'), epub_tocdepth = (3, 'env'), epub_tocdup = (True, 'env'), - epub_fix_images = (False, 'html'), - epub_max_image_width = (0, 'html'), + epub_fix_images = (False, 'env'), + epub_max_image_width = (0, 'env'), # LaTeX options latex_documents = ([], None),