add "epub_show_urls" option to doc and quickstart.

This commit is contained in:
shirou 2013-02-09 23:00:47 +09:00
parent fc63acf3d1
commit 0635eddd07
2 changed files with 5 additions and 0 deletions

View File

@ -40,6 +40,7 @@ epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js',
'_static/basic.css', 'search.html', '_static/websupport.js']
epub_fix_images = False
epub_max_image_width = 0
epub_show_urls = 'inline'
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
'Georg Brandl', 'manual', 1)]

View File

@ -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 = '''