From 888dcc0eb843f35c8fad1e88bfb9850fc09f13f2 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Mon, 27 Feb 2017 16:02:31 -0500 Subject: [PATCH] Add nicer documentation sidebar --- docs/conf.py | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index b6bc817a..5f03a197 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -114,13 +114,21 @@ # a list of builtin themes. html_theme = 'alabaster' +html_sidebars = { + '**': [ + 'about.html', + 'navigation.html', + 'relations.html', + 'searchbox.html', + ] +} + # 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 = { 'github_user': 'ccnmtl', 'github_repo': 'django-pagetree', - 'github_banner': 'true', } # Add any paths that contain custom themes here, relative to this directory.