From de9c17a3a855c58b41ecea2c7a42f99bc0820853 Mon Sep 17 00:00:00 2001 From: Baptiste Bauvin <baptiste.bauvin@lis-lab.fr> Date: Thu, 15 Jul 2021 08:29:11 -0400 Subject: [PATCH] Doc theme done --- .gitlab-ci.yml | 2 +- docker/Dockerfile_ubuntu_18.04 | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b8ae6e6..56bb95c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ doc: 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 artifacts: paths: diff --git a/docker/Dockerfile_ubuntu_18.04 b/docker/Dockerfile_ubuntu_18.04 index 1beae42..930f670 100644 --- a/docker/Dockerfile_ubuntu_18.04 +++ b/docker/Dockerfile_ubuntu_18.04 @@ -14,7 +14,6 @@ RUN apt-get update && \ python3-sphinx \ python3-numpydoc \ python3-sphinx-gallery \ - python3-sphinx-rtd-theme \ python3-matplotlib \ python3-pil \ python3-tk \ -- GitLab