From 7a974d712e515e4f7c117f168bcbe9e1d2977cd3 Mon Sep 17 00:00:00 2001 From: Christoph Berg Date: Mon, 25 Jun 2018 14:48:29 +0200 Subject: [PATCH] docs: Remove sidebar_collapse: false Sphinx's alabaster module on Debian stretch doesn't support sidebar_collapse yet; remove the setting so the docs build everywhere --- docs/conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index 7464272..e5a9e4f 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -96,7 +96,7 @@ html_theme_options = { 'description': 'your migration companion', 'travis_button': True, 'show_related': True, - 'sidebar_collapse': False, + #'sidebar_collapse': False, } # Add any paths that contain custom static files (such as style sheets) here,