diff --git a/api-quick-start/source/conf.py b/api-quick-start/source/conf.py index 05951e035..05a5e6dad 100644 --- a/api-quick-start/source/conf.py +++ b/api-quick-start/source/conf.py @@ -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 --------------------------------------------- diff --git a/firstapp/source/conf.py b/firstapp/source/conf.py index e1f989638..74ed3a6a8 100644 --- a/firstapp/source/conf.py +++ b/firstapp/source/conf.py @@ -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 ---------------------------------------------