summaryrefslogtreecommitdiffstats
path: root/docs/conf.py
diff options
context:
space:
mode:
Diffstat (limited to '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.