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
This commit is contained in:
Christoph Berg 2018-06-25 14:48:29 +02:00
parent a1d42028a3
commit 7a974d712e

View File

@ -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,