diff --git a/security-guide/source/conf.py b/security-guide/source/conf.py index b7073159..0cf5a547 100644 --- a/security-guide/source/conf.py +++ b/security-guide/source/conf.py @@ -179,8 +179,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 @@ -199,6 +198,8 @@ html_use_index = False # Output file base name for HTML help builder. htmlhelp_basename = 'security-guide' +# If true, publish source files +html_copy_source = False # -- Options for LaTeX output ---------------------------------------------