change None to 'html' to regenerate output when the setting is changed.

This commit is contained in:
shirou 2013-02-10 01:46:31 +09:00
parent c4f107a8cf
commit 28a4dc5db3

View File

@ -142,7 +142,7 @@ class Config(object):
epub_tocdup = (True, 'env'),
epub_fix_images = (False, 'env'),
epub_max_image_width = (0, 'env'),
epub_show_urls = ('inline', None),
epub_show_urls = ('inline', 'html'),
# LaTeX options
latex_documents = (lambda self: [(self.master_doc,