From e2bac2e2608bb1739bd96ccc828fd782cca99868 Mon Sep 17 00:00:00 2001
From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr>
Date: Thu, 15 Jul 2021 08:24:26 -0400
Subject: [PATCH] Doc theme

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 2b8e89e..b8ae6e6 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,7 +40,7 @@ pages:
     script:
         - export LC_ALL=$(locale -a | grep en_US)
         - export LANG=$(locale -a | grep en_US)
-        - python3 setup.py install
+        - pip3 install -e .[doc]
         - python3 setup.py build_sphinx
         - cp -r build/sphinx/html public
     artifacts:
-- 
GitLab