Backport/2.8/docs other (#56318)

* Correct link to Thomas' GitHub account (#55587) from tstringer to trstringer

(cherry picked from commit 158452661a)

* Add changelog fragments for #44811 (#55427)

(cherry picked from commit 7e0603282d)

* Speed up the Sphinx documentation build (#55593)

* speeds up the docs build by changing the navigation collapse setting

(cherry picked from commit 47a440774f)

* Improve rendering of default lists (#56041)

(cherry picked from commit 53ed1bfc49)
This commit is contained in:
Alicia Cozine 2019-05-13 07:27:55 -05:00 committed by GitHub
parent 6fcb71f51b
commit d69da31ceb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 10 additions and 7 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- xml - Introduce ``insertbefore`` and ``insertafter`` to specify the position (https://github.com/ansible/ansible/pull/44811)

View file

@ -10,7 +10,7 @@ collapse_navigation = False
sticky_navigation = True
navigation_depth = 4
includehidden = True
titles_only =
titles_only =
logo_only =
display_version = True
prev_next_buttons_location = bottom

View file

@ -135,6 +135,7 @@ html_short_title = 'Ansible Documentation'
html_theme_options = {
'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

View file

@ -307,5 +307,5 @@ use the ``#ansible`` channel.
Credit
======
Thank you to Thomas Stringer (`@tstringer <https://github.com/tstringer>`_) for contributing source
Thank you to Thomas Stringer (`@trstringer <https://github.com/trstringer>`_) for contributing source
material for this topic.

View file

@ -155,7 +155,7 @@ Parameters
{% endif %}
{# Show default value, when multiple choice or no choices #}
{% if value.default is defined and value.default not in value.choices %}
<b>Default:</b><br/><div style="color: blue">@{ value.default | escape }@</div>
<b>Default:</b><br/><div style="color: blue">@{ value.default | tojson | escape }@</div>
{% endif %}
</td>
{# configuration #}

View file

@ -81,7 +81,7 @@ extends_documentation_fragment:
- azure_tags
author:
- "Thomas Stringer (@tstringer)"
- "Thomas Stringer (@trstringer)"
'''
EXAMPLES = '''

View file

@ -37,7 +37,7 @@ extends_documentation_fragment:
- azure
author:
- "Thomas Stringer (@tstringer)"
- "Thomas Stringer (@trstringer)"
'''
EXAMPLES = '''

View file

@ -332,7 +332,7 @@ extends_documentation_fragment:
- azure_tags
author:
- "Thomas Stringer (@tstringer)"
- "Thomas Stringer (@trstringer)"
- "Yuwei Zhou (@yuwzho)"
'''

View file

@ -39,7 +39,7 @@ extends_documentation_fragment:
- azure
author:
- "Thomas Stringer (@tstringer)"
- "Thomas Stringer (@trstringer)"
'''
EXAMPLES = '''