8000 Fix non-functional Sphinx link · matplotlib/matplotlib@d9950c2 · GitHub
[go: up one dir, main page]

Skip to content

Commit d9950c2

Browse files
committed
Fix non-functional Sphinx link
A space character was missing
1 parent c77734a commit d9950c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h3>{{ _('Navigation') }}</h3>
238238
{%- endif %}
239239
{%- if show_sphinx %}
240240
{% trans sphinx_version=sphinx_version|e %}Created using
241-
<ahref="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
241+
<a href="http://sphinx-doc.org/">Sphinx</a> {{ sphinx_version }}.{% endtrans %}
242242
{%- endif %}
243243
{%- if sha %}
244244
Doc version {{ sha }}.

0 commit comments

Comments
 (0)
0