From d6abfa774a84192d5cf308fc490869cf171c1363 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Mon, 10 Feb 2020 11:04:26 -0500 Subject: [PATCH] Drop toc from sidebar --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index f766ab4..45a8eae 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -70,7 +70,7 @@ html_theme_options = { 'travis_button': 'true', } html_sidebars = { - "**": ["about.html", "localtoc.html", "relations.html", "searchbox.html"] + "**": ["about.html", "relations.html", "searchbox.html"] } # Add any paths that contain custom static files (such as style sheets) here,