Drop toc from sidebar

init_sphinx_docs
Tyler Goodlet 2020-02-10 11:04:26 -05:00
parent 66b803780f
commit d6abfa774a
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ html_theme_options = {
'travis_button': 'true', 'travis_button': 'true',
} }
html_sidebars = { html_sidebars = {
"**": ["about.html", "localtoc.html", "relations.html", "searchbox.html"] "**": ["about.html", "relations.html", "searchbox.html"]
} }
# Add any paths that contain custom static files (such as style sheets) here, # Add any paths that contain custom static files (such as style sheets) here,