From f0552944b9ea3a4b9ff9c8f0de034e71060a6df1 Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Thu, 12 May 2016 21:34:40 +0000 Subject: update docs/conf.py --- docs/conf.py | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'docs/conf.py') 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. -- cgit v1.2.3