diff options
-rw-r--r-- | sphinx/config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/config.py b/sphinx/config.py index db964bf5..0374df97 100644 --- a/sphinx/config.py +++ b/sphinx/config.py @@ -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, |