From 30b57e66d3ac109f9c03e4e19d07bfef5df33c8e Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Mon, 2 Apr 2018 13:31:22 -0400 Subject: [PATCH] Set collapse_navigation to true (#600) This matches 0.2.4 behavior. Although it might not be desired behavior, the behavior of setting this to true can result in file size to explode and build times also. This was caused by bf9faa98f0cb64aa3536528231ad9a3f48e819ac which effectly switched the logic of `collapse_navigation` --- sphinx_rtd_theme/theme.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sphinx_rtd_theme/theme.conf b/sphinx_rtd_theme/theme.conf index 16ad38fe..530c1cdc 100644 --- a/sphinx_rtd_theme/theme.conf +++ b/sphinx_rtd_theme/theme.conf @@ -6,7 +6,7 @@ pygments_style = default [options] canonical_url = analytics_id = -collapse_navigation = False +collapse_navigation = True sticky_navigation = True navigation_depth = 4 includehidden = True