From ea00b982b55b868f4d32a5f237d47166233d8d58 Mon Sep 17 00:00:00 2001 From: Sander Vrijders Date: Thu, 29 Mar 2018 15:47:51 +0200 Subject: 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. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitlab-ci.yml') 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: -- cgit v1.2.3