Speed up the Sphinx documentation build (#55593)
* speeds up the docs build by changing the navigation collapse setting
This commit is contained in:
parent
164ceb599b
commit
47a440774f
2 changed files with 2 additions and 1 deletions
|
@ -135,6 +135,7 @@ html_short_title = 'Ansible Documentation'
|
||||||
|
|
||||||
html_theme_options = {
|
html_theme_options = {
|
||||||
'canonical_url': "https://docs.ansible.com/ansible/latest/",
|
'canonical_url': "https://docs.ansible.com/ansible/latest/",
|
||||||
|
'collapse_navigation': "True"
|
||||||
}
|
}
|
||||||
|
|
||||||
# The style sheet to use for HTML and HTML Help pages. A file of that name
|
# The style sheet to use for HTML and HTML Help pages. A file of that name
|
||||||
|
|
Loading…
Reference in a new issue