diff options
author | Sander Vrijders <[email protected]> | 2018-03-29 15:47:51 +0200 |
---|---|---|
committer | Sander Vrijders <[email protected]> | 2018-03-29 15:47:51 +0200 |
commit | ea00b982b55b868f4d32a5f237d47166233d8d58 (patch) | |
tree | 7fe7e6b732a2cbbd624798d249a81f23739188b5 /.gitlab-ci.yml | |
parent | 79711a8110593c6166ee5bee6b87915490b3d874 (diff) | |
download | rumba-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.yml | 2 |
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: |