mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
change None to 'html' to regenerate output when the setting is changed.
This commit is contained in:
parent
c4f107a8cf
commit
28a4dc5db3
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user