diff --git a/doc/source/_static/custom.css b/doc/source/_static/custom.css new file mode 100644 index 0000000..b21f55c --- /dev/null +++ b/doc/source/_static/custom.css @@ -0,0 +1,4 @@ +div.wy-nav-content +{ + max-width: 100% !important; +} diff --git a/doc/source/_templates/layout.html b/doc/source/_templates/layout.html new file mode 100644 index 0000000..b197f1b --- /dev/null +++ b/doc/source/_templates/layout.html @@ -0,0 +1,13 @@ +{% extends "!layout.html" %} +{% block extrahead %} + +{% endblock %} +{% block menu %} +{{ super() }} + +{% endblock %} +