mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Changed new epub option rebuild parameter to 'env'.
This commit is contained in:
parent
246d07807d
commit
9041a3396d
@ -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),
|
||||
|
Loading…
Reference in New Issue
Block a user