Skip to content

Commit 6ec9aed

Browse files
authored
Fix broken Sphinx link in footer (#1234)
* Fix broken sphinx link in footer * Update Sphinx link in translation files
1 parent 11e80e7 commit 6ec9aed

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

src/pydata_sphinx_theme/locale/en/LC_MESSAGES/sphinx.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ msgstr ""
124124
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/sphinx-version.html:3
125125
#, python-format
126126
msgid ""
127-
"Created using <a href=\"https://sphinx-doc.org/\">Sphinx</a> "
127+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
128128
"%(sphinx_version)s."
129129
msgstr ""
130130

src/pydata_sphinx_theme/locale/es/LC_MESSAGES/sphinx.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ msgstr "Mostrar el código"
125125
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/sphinx-version.html:3
126126
#, python-format
127127
msgid ""
128-
"Created using <a href=\"https://sphinx-doc.org/\">Sphinx</a> "
128+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
129129
"%(sphinx_version)s."
130130
msgstr ""
131131
"Creado usando <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "

src/pydata_sphinx_theme/locale/fr/LC_MESSAGES/sphinx.po

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ msgstr "Montrer le code source"
125125
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/sphinx-version.html:3
126126
#, python-format
127127
msgid ""
128-
"Created using <a href=\"https://sphinx-doc.org/\">Sphinx</a> "
128+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
129129
"%(sphinx_version)s."
130130
msgstr ""
131131
"Créé en utilisant <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "

src/pydata_sphinx_theme/locale/sphinx.pot

+1-1
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ msgstr ""
124124
#: src/pydata_sphinx_theme/theme/pydata_sphinx_theme/components/sphinx-version.html:3
125125
#, python-format
126126
msgid ""
127-
"Created using <a href=\"https://sphinx-doc.org/\">Sphinx</a> "
127+
"Created using <a href=\"https://www.sphinx-doc.org/\">Sphinx</a> "
128128
"%(sphinx_version)s."
129129
msgstr ""
130130

Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% if show_sphinx %}
22
<p class="sphinx-version">
3-
{% trans sphinx_version=sphinx_version|e %}Created using <a href="https://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
3+
{% trans sphinx_version=sphinx_version|e %}Created using <a href="https://www.sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
44
<br/>
55
</p>
66
{% endif %}

0 commit comments

Comments
 (0)