From e6cfbfcf713b7fb1dde4779d6a3b34be86d8043d Mon Sep 17 00:00:00 2001 From: Philip Cho Date: Mon, 12 Feb 2018 08:50:02 -0800 Subject: [PATCH] Fix doc theme problem --- docs/conf.py | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/conf.py b/docs/conf.py index 107db29d..590dd606 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -167,6 +167,11 @@ def setup(app): "project_nav_name": "Treelite ({})".format(nav_ver) } +html_sidebars = { + '**': ['logo-text.html', 'globaltoc.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.