docs: add "page source" link to sphinx documentation

Add a link to the top of the sidebar in every docs page that takes the
user back to the source code in gitlab.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
Message-Id: <20201102130926.161183-5-berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
This commit is contained in:
Daniel P. Berrangé 2020-11-02 13:09:26 +00:00 committed by Thomas Huth
parent d0f26e68a0
commit 704a256da8
8 changed files with 36 additions and 0 deletions

View file

@ -177,6 +177,7 @@ html_theme_options = {
html_sidebars = {
'**': [
'about.html',
'editpage.html',
'navigation.html',
'searchbox.html',
]