mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Small cosmetic fix.
This commit is contained in:
4
doc/_templates/layout.html
vendored
4
doc/_templates/layout.html
vendored
@@ -1,8 +1,8 @@
|
||||
{% extends "!layout.html" %}
|
||||
|
||||
{% block rootrellink %}
|
||||
<li><a href="{{ pathto('index') }}">Sphinx home</a> | </li>
|
||||
<li><a href="{{ pathto('contents') }}">Documentation</a> »</li>
|
||||
<li><a href="{{ pathto('index') }}">Sphinx home</a> | </li>
|
||||
<li><a href="{{ pathto('contents') }}">Documentation</a>»</li>
|
||||
{% endblock %}
|
||||
|
||||
{% block header %}
|
||||
|
||||
Reference in New Issue
Block a user