From 232a0edab78d24050a47e9e951960eb87bc02c52 Mon Sep 17 00:00:00 2001 From: Thomas J Fan Date: Fri, 24 Apr 2020 13:44:29 -0400 Subject: [PATCH] DOC Global TOC on the left --- doc/themes/scikit-learn-modern/layout.html | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/doc/themes/scikit-learn-modern/layout.html b/doc/themes/scikit-learn-modern/layout.html index 6f29cf52f7c91..dae9871ec385a 100644 --- a/doc/themes/scikit-learn-modern/layout.html +++ b/doc/themes/scikit-learn-modern/layout.html @@ -87,15 +87,9 @@ Please cite us if you use the software.

- {%- if meta and meta['globalsidebartoc']|tobool %}
- {{ toctree(maxdepth=2, titles_only=True) }} + {{ toctree() }}
- {%- else %} -
- {{ toc }} -
- {%- endif %}