Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit d9950c2

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)