We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e63e8b commit cdbb67aCopy full SHA for cdbb67a
docs/docgen/layout.html
@@ -0,0 +1,8 @@
1
+{% extends "!layout.html" %}
2
+ {% block footer %} {{ super() }}
3
+
4
+ <style>
5
+ .wy-nav-content { max-width: none; }
6
+ </style>
7
8
+{% endblock %}
0 commit comments