aboutsummaryrefslogtreecommitdiff
path: root/docs/conf.py
diff options
context:
space:
mode:
authorDaniel P. Berrangé <berrange@redhat.com>2020-11-02 13:09:26 +0000
committerThomas Huth <thuth@redhat.com>2020-11-10 08:51:30 +0100
commit704a256da83d6535fce879ba4137299bbe626e5e (patch)
tree7626a06decdaf5c01e074472991e67f5f01bdc83 /docs/conf.py
parentd0f26e68a0545db5010e8fac7386739a2c7213b3 (diff)
downloadqemu-704a256da83d6535fce879ba4137299bbe626e5e.zip
qemu-704a256da83d6535fce879ba4137299bbe626e5e.tar.gz
qemu-704a256da83d6535fce879ba4137299bbe626e5e.tar.bz2
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>
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/conf.py b/docs/conf.py
index e584f68..d40d8ff 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -177,6 +177,7 @@ html_theme_options = {
html_sidebars = {
'**': [
'about.html',
+ 'editpage.html',
'navigation.html',
'searchbox.html',
]