diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html new file mode 100644 index 0000000000000000000000000000000000000000..ffdd7da515cabecd77763e9b7031aa88b10829b6 --- /dev/null +++ b/doc/_templates/layout.html @@ -0,0 +1,96 @@ +{# + agogo/layout.html + ~~~~~~~~~~~~~~~~~ + + Sphinx layout template for the agogo theme, originally written + by Andi Albrecht. + + :copyright: Copyright 2007-2018 by the Sphinx team, see AUTHORS. + :license: BSD, see LICENSE for details. +#} +{%- extends "basic/layout.html" %} + +{% block header %} + +{% endblock %} + +{% block content %} +
+
+
+ {%- block document %} + {{ super() }} + {%- endblock %} +
+ +
+
+
+{% endblock %} + +{% block footer %} + +{% endblock %} + +{% block relbar1 %}{% endblock %} +{% block relbar2 %}{% endblock %} +