summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrsiddharth <rsd@gnu.org>2016-05-12 21:34:40 +0000
committerrsiddharth <rsd@gnu.org>2016-05-12 21:34:40 +0000
commitf0552944b9ea3a4b9ff9c8f0de034e71060a6df1 (patch)
treea89d144fcc288c857ac0d9b0fd98487995d6f801
parent62215785b1ff9aabb68248ca1fa68600de300b7e (diff)
update docs/conf.py
-rw-r--r--docs/conf.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/conf.py b/docs/conf.py
index 284e596..2e3b171 100644
--- a/docs/conf.py
+++ b/docs/conf.py
@@ -119,7 +119,11 @@ html_theme = 'alabaster'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
# documentation.
-#html_theme_options = {}
+html_theme_options = {
+ 'extra_nav_links': {
+ 'browse source': 'https://notabug.org/rsd/lpschedule-generator',
+ }
+}
# Add any paths that contain custom themes here, relative to this directory.
#html_theme_path = []
@@ -160,7 +164,7 @@ html_static_path = ['_static']
#html_use_smartypants = True
# Custom sidebar templates, maps document names to template names.
-#html_sidebars = {}
+html_sidebars = {'**': ['navigation.html']}
# Additional templates that should be rendered to pages, maps page names to
# template names.