From 22053df0d087f0f7c635950bbd5149cff914a1f5 Mon Sep 17 00:00:00 2001 From: Alex Band Date: Wed, 9 Jan 2019 21:19:31 +0100 Subject: [PATCH] TOC navigation --- source/conf.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/source/conf.py b/source/conf.py index 3d9aaf28..a2a8ed79 100644 --- a/source/conf.py +++ b/source/conf.py @@ -82,10 +82,7 @@ # documentation. # html_theme_options = { - 'collapse_navigation': True, - 'sticky_navigation': True, - 'navigation_depth': 4, - 'includehidden': True, + 'collapse_navigation': False, 'titles_only': False }