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 c2058fe commit 4e5d096Copy full SHA for 4e5d096
doc-source/_static/style.css
@@ -0,0 +1,3 @@
1
+.wy-nav-content {
2
+ max-width: 900px !important;
3
+}
doc-source/_templates/layout.html
@@ -0,0 +1,4 @@
+{% extends "!layout.html" %}
+{% block extrahead %}
+ <link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
4
+{% endblock %}
0 commit comments