diff --git a/docs/conf.py b/docs/conf.py index b6bc817..5f03a19 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.