Do not copy sources

We do not need to copy source files anymore with current
openstackdocstheme, unset html_show_sourcelink and html_copy_source
links. Report a bug works without these as well.

This reduces the amount of files we build and publish (for Install Guide
from 42 MB to 39 MB), and thus speeds up building (from 44 to 41s for
Install Guide) slightly.

Change-Id: I5d8f332aedd03ef1b2732bcfe01d2338f78fb29d
This commit is contained in:
Andreas Jaeger 2015-10-14 09:24:53 +02:00
parent 01c57a14dc
commit 82963634bb
2 changed files with 6 additions and 3 deletions

View File

@ -185,7 +185,7 @@ html_use_index = False
# If true, links to the reST sources are added to the pages.
# This one is needed for "Report a bug".
# html_show_sourcelink = True
html_show_sourcelink = False
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
# html_show_sphinx = True
@ -204,6 +204,8 @@ html_use_index = False
# Output file base name for HTML help builder.
htmlhelp_basename = 'API-Quick-Start'
# If true, publish source files
html_copy_source = False
# -- Options for LaTeX output ---------------------------------------------

View File

@ -190,8 +190,7 @@ html_use_index = False
# html_split_index = False
# If true, links to the reST sources are added to the pages.
# This one is needed for "Report a bug".
# html_show_sourcelink = True
html_show_sourcelink = False
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
# html_show_sphinx = True
@ -210,6 +209,8 @@ html_use_index = False
# Output file base name for HTML help builder.
htmlhelp_basename = 'FirstAppdoc'
# If true, publish source files
html_copy_source = False
# -- Options for LaTeX output ---------------------------------------------