From 52c045a17b60ed81710f55e032d881f771acf314 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Tue, 3 Nov 2015 14:32:06 +0000 Subject: [PATCH] Updated some ePub options. --- docs/source/conf.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/conf.py b/docs/source/conf.py index ac91ab15..a91518eb 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -311,7 +311,7 @@ epub_publisher = author epub_copyright = copyright # The basename for the epub file. It defaults to the project name. -#epub_basename = project +epub_basename = 'gprMax User Guide' # The HTML theme for the epub output. Since the default themes are not optimized # for small screen space, using the same theme for HTML and epub output is @@ -328,7 +328,7 @@ epub_copyright = copyright # The unique identifier of the text. This can be a ISBN number # or the project homepage. -#epub_identifier = '' +epub_identifier = 'www.gprmax.com' # A unique identification for the text. #epub_uid = '' @@ -360,7 +360,7 @@ epub_exclude_files = ['search.html'] #epub_tocscope = 'default' # Fix unsupported image types using the Pillow. -#epub_fix_images = False +epub_fix_images = True # Scale large images. #epub_max_image_width = 0