mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2026-09-03 20:52:55 -05:00
change None to 'html' to regenerate output when the setting is changed.
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user