From 861af1f12ca100738d16b0072bff60afa2919698 Mon Sep 17 00:00:00 2001
From: vuillaut <thomas.vuillaume@gmail.com>
Date: Tue, 14 Sep 2021 23:30:06 +0200
Subject: [PATCH] install sphinx_rtd_theme in doc deploy

---
 .gitlab-ci.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index da7f731b..2c0b01bb 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -78,6 +78,7 @@ pages:
     image: python:3.7-alpine
     script:
       - pip install -U sphinx
+      - pip install sphinx_rtd_theme
       - sphinx-build -b html docs public
     artifacts:
       paths:
-- 
GitLab