From 6948e5afc59eb0fb25a6acd30723487b717b6be2 Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Thu, 24 Dec 2015 19:29:17 -0500 Subject: docs: added link to git repo in sidebar. --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'docs') 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. -- cgit v1.2.3