summaryrefslogtreecommitdiffstats
path: root/third_party/highway/docs/_templates/layout.html
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/highway/docs/_templates/layout.html')
-rw-r--r--third_party/highway/docs/_templates/layout.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/third_party/highway/docs/_templates/layout.html b/third_party/highway/docs/_templates/layout.html
new file mode 100644
index 0000000000..e8f2b7f759
--- /dev/null
+++ b/third_party/highway/docs/_templates/layout.html
@@ -0,0 +1,9 @@
+{% extends "!layout.html" %}
+ {% block footer %} {{ super() }}
+
+ <style>
+ .wy-nav-content { max-width: none; }
+ </style>
+
+{% endblock %}
+