Backport/2.8/docs other (#56318)
* Correct link to Thomas' GitHub account (#55587) from tstringer to trstringer (cherry picked from commit158452661a
) * Add changelog fragments for #44811 (#55427) (cherry picked from commit7e0603282d
) * Speed up the Sphinx documentation build (#55593) * speeds up the docs build by changing the navigation collapse setting (cherry picked from commit47a440774f
) * Improve rendering of default lists (#56041) (cherry picked from commit53ed1bfc49
)
This commit is contained in:
parent
6fcb71f51b
commit
d69da31ceb
9 changed files with 10 additions and 7 deletions
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- xml - Introduce ``insertbefore`` and ``insertafter`` to specify the position (https://github.com/ansible/ansible/pull/44811)
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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.
|
||||
|
|
2
docs/templates/plugin.rst.j2
vendored
2
docs/templates/plugin.rst.j2
vendored
|
@ -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 #}
|
||||
|
|
|
@ -81,7 +81,7 @@ extends_documentation_fragment:
|
|||
- azure_tags
|
||||
|
||||
author:
|
||||
- "Thomas Stringer (@tstringer)"
|
||||
- "Thomas Stringer (@trstringer)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -37,7 +37,7 @@ extends_documentation_fragment:
|
|||
- azure
|
||||
|
||||
author:
|
||||
- "Thomas Stringer (@tstringer)"
|
||||
- "Thomas Stringer (@trstringer)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
|
@ -332,7 +332,7 @@ extends_documentation_fragment:
|
|||
- azure_tags
|
||||
|
||||
author:
|
||||
- "Thomas Stringer (@tstringer)"
|
||||
- "Thomas Stringer (@trstringer)"
|
||||
- "Yuwei Zhou (@yuwzho)"
|
||||
'''
|
||||
|
||||
|
|
|
@ -39,7 +39,7 @@ extends_documentation_fragment:
|
|||
- azure
|
||||
|
||||
author:
|
||||
- "Thomas Stringer (@tstringer)"
|
||||
- "Thomas Stringer (@trstringer)"
|
||||
'''
|
||||
|
||||
EXAMPLES = '''
|
||||
|
|
Loading…
Reference in a new issue