mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
add "epub_show_urls" option to doc and quickstart.
This commit is contained in:
parent
fc63acf3d1
commit
0635eddd07
@ -40,6 +40,7 @@ epub_exclude_files = ['_static/opensearch.xml', '_static/doctools.js',
|
|||||||
'_static/basic.css', 'search.html', '_static/websupport.js']
|
'_static/basic.css', 'search.html', '_static/websupport.js']
|
||||||
epub_fix_images = False
|
epub_fix_images = False
|
||||||
epub_max_image_width = 0
|
epub_max_image_width = 0
|
||||||
|
epub_show_urls = 'inline'
|
||||||
|
|
||||||
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
|
latex_documents = [('contents', 'sphinx.tex', 'Sphinx Documentation',
|
||||||
'Georg Brandl', 'manual', 1)]
|
'Georg Brandl', 'manual', 1)]
|
||||||
|
@ -334,6 +334,10 @@ epub_copyright = u'%(copyright_str)s'
|
|||||||
|
|
||||||
# Scale large images.
|
# Scale large images.
|
||||||
#epub_max_image_width = 0
|
#epub_max_image_width = 0
|
||||||
|
|
||||||
|
# If 'no', URL addresses will not be shown.
|
||||||
|
#epub_show_urls = 'inline'
|
||||||
|
|
||||||
'''
|
'''
|
||||||
|
|
||||||
INTERSPHINX_CONFIG = '''
|
INTERSPHINX_CONFIG = '''
|
||||||
|
Loading…
Reference in New Issue
Block a user