doc: improve layout.

Change-Id: I22d700a3c634d19aa6e3220f79b302261c0beb0c
This commit is contained in:
Alexander Lenz 2017-09-13 14:33:50 +02:00
parent 53ed5ed4c2
commit 8a1a062415
2 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,4 @@
div.wy-nav-content
{
max-width: 100% !important;
}

View File

@ -0,0 +1,13 @@
{% extends "!layout.html" %}
{% block extrahead %}
<link rel="stylesheet" type="text/css" href="{{ pathto('_static/custom.css', 1) }}" />
{% endblock %}
{% block menu %}
{{ super() }}
<ul>
<li class="toctree-l1">
<a class="reference internal" href="{{ pathto('genindex') }}">{{ _('Index') }}</a>
</li>
</ul>
{% endblock %}