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:
parent
9c81605bc0
commit
a89be24303
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user