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: I316b023fae8ac5ccdbc3436bc68d00cafa9dc571
This commit is contained in:
Andreas Jaeger 2015-10-14 08:55:14 +02:00
parent 1841a8985c
commit 9df44c3466
1 changed files with 3 additions and 2 deletions

View File

@ -184,8 +184,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
@ -204,6 +203,8 @@ html_use_index = False
# Output file base name for HTML help builder.
htmlhelp_basename = 'ha-guide'
# If true, publish source files
html_copy_source = False
# -- Options for LaTeX output ---------------------------------------------