We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0ad347 + c2af9f4 commit d7f2cdcCopy full SHA for d7f2cdc
src/sphinx_ansible_theme/built_with.html
@@ -1,6 +1,6 @@
1
{% if show_built_with %}
2
{%- set sphinx_web = '<a href="https://www.sphinx-doc.org/">Sphinx</a>' %}
3
- {%- set ansible_community_web = '<a href="https://docs.ansible.com/ansible/4/community/">Ansible Community</a>' %}
+ {%- set ansible_community_web = '<a href="https://docs.ansible.com/">Ansible Community</a>' %}
4
{#- Translators: the variable "sphinx_web" is a link to the Sphinx project documentation with the text "Sphinx" #}
5
{%- trans sphinx_web=sphinx_web %}Built with {{ sphinx_web }} using a{% endtrans %}
6
{#- Translators: "theme" refers to a theme for Sphinx, which alters the appearance of the generated documenation #}
0 commit comments