aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
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 /.gitlab-ci.yml
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 '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 746475a..313ad89 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,7 @@ irati-test:
pages:
stage: deploy
script:
- - pip install sphinx
+ - pip install sphinx sphinx_rtd_theme
- sphinx-build doc/ public/
artifacts:
paths: