Skip to content

Commit 4e5d096

Browse files
committed
Updated theme for documentation
1 parent c2058fe commit 4e5d096

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

doc-source/_static/style.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
.wy-nav-content {
2+
max-width: 900px !important;
3+
}

doc-source/_templates/layout.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{% extends "!layout.html" %}
2+
{% block extrahead %}
3+
<link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
4+
{% endblock %}

0 commit comments

Comments
 (0)