aboutsummaryrefslogtreecommitdiff
path: root/doc/conf.py
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/conf.py
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/conf.py')
-rw-r--r--doc/conf.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/conf.py b/doc/conf.py
index 988dbf7..4ae4ea4 100644
--- a/doc/conf.py
+++ b/doc/conf.py
@@ -1,6 +1,6 @@
from datetime import datetime
-html_theme = "agogo"
+html_theme = "sphinx_rtd_theme"
extensions = []
project = 'Rumba'
@@ -17,6 +17,9 @@ autodoc_default_flags = ['members']
autoclass_content = 'both'
+html_static_path = ['_static']
+templates_path = ['_templates']
+
_locals = {}
with open('../rumba/_version.py') as fp:
exec(fp.read(), None, _locals)