Updated documentation to include multiple sections

This commit is contained in:
Alejandro Saucedo 2020-08-30 15:32:16 +01:00
parent 5be21da7c2
commit e4c679058b
7 changed files with 115 additions and 99 deletions

View file

@ -51,7 +51,6 @@ templates_path = ['_templates']
# This pattern also affects html_static_path and html_extra_path.
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
# -- Options for HTML output -------------------------------------------------
# The theme to use for HTML and HTML Help pages. See the documentation for
@ -76,6 +75,10 @@ if html_theme == 'sphinx_material':
'globaltoc_includehidden': False,
}
html_sidebars = {
"**": ["logo-text.html", "globaltoc.html", "searchbox.html"]
}
# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".