diff options
| author | WAKAYAMA Shirou <shirou.faw@gmail.com> | 2013-02-09 23:00:47 +0900 |
|---|---|---|
| committer | WAKAYAMA Shirou <shirou.faw@gmail.com> | 2013-02-09 23:00:47 +0900 |
| commit | f36edd3880a302d840191be9d572c56d599da85f (patch) | |
| tree | 71987262d88e9ba1508e4c411fdce4ff73c38393 /sphinx/quickstart.py | |
| parent | dc4ba4b579c73df9f7a2ecfdbfdfbec4675319b5 (diff) | |
| download | sphinx-f36edd3880a302d840191be9d572c56d599da85f.tar.gz | |
add "epub_show_urls" option to doc and quickstart.
Diffstat (limited to 'sphinx/quickstart.py')
| -rw-r--r-- | sphinx/quickstart.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sphinx/quickstart.py b/sphinx/quickstart.py index 8ac943a2..f81b14c9 100644 --- a/sphinx/quickstart.py +++ b/sphinx/quickstart.py @@ -334,6 +334,10 @@ epub_copyright = u'%(copyright_str)s' # Scale large images. #epub_max_image_width = 0 + +# If 'no', URL addresses will not be shown. +#epub_show_urls = 'inline' + ''' INTERSPHINX_CONFIG = ''' |
