doc: improve layout.
Change-Id: I22d700a3c634d19aa6e3220f79b302261c0beb0c
This commit is contained in:
parent
53ed5ed4c2
commit
8a1a062415
4
doc/source/_static/custom.css
Normal file
4
doc/source/_static/custom.css
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
div.wy-nav-content
|
||||||
|
{
|
||||||
|
max-width: 100% !important;
|
||||||
|
}
|
13
doc/source/_templates/layout.html
Normal file
13
doc/source/_templates/layout.html
Normal 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 %}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user