summaryrefslogtreecommitdiffstats
path: root/third_party/highway/docs/_templates/layout.html
blob: e8f2b7f7593496e3ca34a9fc030ae48a846b3f70 (plain)
1
2
3
4
5
6
7
8
9
{% extends "!layout.html" %}
  {% block footer %} {{ super() }}

  <style>
         .wy-nav-content { max-width: none; }
  </style>

{% endblock %}