RST Guides: Fix Report a bug link

We need to have html_show_sourcelink as True (default) so that "Report a
bug" works, otherwise the source name is not available.

Change-Id: I5300fa02908757ed77b30ef4bb9894136318e364
This commit is contained in:
Andreas Jaeger 2015-04-20 13:27:30 +02:00
parent 9c81605bc0
commit a89be24303
2 changed files with 4 additions and 2 deletions

View File

@ -181,7 +181,8 @@ html_use_index = False
# html_split_index = False
# If true, links to the reST sources are added to the pages.
html_show_sourcelink = False
# This one is needed for "Report a bug".
# html_show_sourcelink = True
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
# html_show_sphinx = True

View File

@ -199,7 +199,8 @@ html_use_index = False
# html_split_index = False
# If true, links to the reST sources are added to the pages.
html_show_sourcelink = False
# This one is needed for "Report a bug".
# html_show_sourcelink = True
# If true, "Created using Sphinx" is shown in the HTML footer. Default is True.
# html_show_sphinx = True