{% if show_built_with %}
{%- set sphinx_web = 'Sphinx' %}
{%- set ansible_community_web = 'Ansible Community' %}
{#- Translators: the variable "sphinx_web" is a link to the Sphinx project documentation with the text "Sphinx" #}
{%- trans sphinx_web=sphinx_web %}Built with {{ sphinx_web }} using a{% endtrans %}
{#- Translators: "theme" refers to a theme for Sphinx, which alters the appearance of the generated documenation #}
{% trans %}Sphinx Ansible Theme{% endtrans %}
{% trans %}that is based on the{% endtrans %}
{% trans %}Read the Docs theme{% endtrans %}
{#- Translators: this is always used as "provided by Read the Docs", and should not imply Read the Docs is an author of the generated documentation. #}
{% trans ansible_community_web=ansible_community_web %}and is maintained by the {{ ansible_community_web }}{% endtrans %}.
{% endif %}