mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix style inconsistency.
This commit is contained in:
parent
e2b5248177
commit
27f85a8dab
3
doc/_templates/layout.html
vendored
3
doc/_templates/layout.html
vendored
@ -12,7 +12,8 @@
|
||||
|
||||
{% block rootrellink %}
|
||||
<li><a href="{{ pathto('index') }}">Sphinx home</a> | </li>
|
||||
<li><a href="{{ pathto('contents') }}">Documentation</a>»</li>
|
||||
<li><a href="{{ pathto('contents') }}">Documentation</a>
|
||||
»</li>
|
||||
{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
|
Loading…
Reference in New Issue
Block a user