Updated documentation to include multiple sections
This commit is contained in:
parent
5be21da7c2
commit
e4c679058b
7 changed files with 115 additions and 99 deletions
|
|
@ -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".
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue