summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2015-12-24 19:29:17 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2015-12-24 19:29:17 -0500
commit6948e5afc59eb0fb25a6acd30723487b717b6be2 (patch)
tree8d3dfeffff3ea33d19314eaea3d571da76d4847e /docs
parentbcb925691cc4cfc9309ba6ba7bd192de7ce9c781 (diff)
docs: added link to git repo in sidebar.
Diffstat (limited to 'docs')
-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.