diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html index 56b32da9..e8090d5a 100644 --- a/doc/_templates/layout.html +++ b/doc/_templates/layout.html @@ -26,7 +26,7 @@
-
-
+ {# /.navbar-collapse #} + {# /.col-md-offset-2 #} + {# /.row #} + {# /.container #} {% if pagename == "index" %}
@@ -87,7 +87,7 @@ {% endif %} {% endblock %} - +{# TODO: what to do with relbars (prev/next/index)? #} {% block relbar1 %} {% endblock %} {% block relbar2 %} @@ -96,8 +96,8 @@ {% block content %}
- - +
+ #}
{% block body %} {% endblock %} @@ -124,11 +125,11 @@ {% block footer %} {{ super() }} - +{# Placed at the end of the document so the pages load faster. #}