summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to 'docs/conf.py')
-rw-r--r--docs/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/conf.py b/docs/conf.py
index bb7169d..89600a9 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -124,7 +124,10 @@ html_theme = 'alabaster'
# documentation.
html_theme_options = {
'logo': 'img/combox-logo.png',
- 'github_button': False
+ 'github_button': False,
+ 'extra_nav_links': {
+ 'browse source': 'https://git.ricketyspace.net/combox',
+ }
}
# Add any paths that contain custom themes here, relative to this directory.