aboutsummaryrefslogtreecommitdiff
path: root/doc/_templates
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@ugent.be>2018-03-29 15:47:51 +0200
committerSander Vrijders <sander.vrijders@ugent.be>2018-03-29 15:47:51 +0200
commitea00b982b55b868f4d32a5f237d47166233d8d58 (patch)
tree7fe7e6b732a2cbbd624798d249a81f23739188b5 /doc/_templates
parent79711a8110593c6166ee5bee6b87915490b3d874 (diff)
downloadrumba-ea00b982b55b868f4d32a5f237d47166233d8d58.tar.gz
rumba-ea00b982b55b868f4d32a5f237d47166233d8d58.zip
doc: Change theme to Read the Docs
This changes the theme and uses a custom css to make sure the body is spread for the entire width.
Diffstat (limited to 'doc/_templates')
-rw-r--r--doc/_templates/layout.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/_templates/layout.html b/doc/_templates/layout.html
new file mode 100644
index 0000000..3e44f4a
--- /dev/null
+++ b/doc/_templates/layout.html
@@ -0,0 +1,4 @@
+{% extends "!layout.html" %}
+{% block extrahead %}
+ <link href="{{ pathto("_static/style.css", True) }}" rel="stylesheet" type="text/css">
+{% endblock %}