From 468fa6ccea135d302e1ca8ff84740fda5566481c Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sun, 13 Sep 2020 19:28:52 +0200 Subject: [PATCH] CI: install our version of javasphinx --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2726404cde..02ad30c34c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -54,7 +54,8 @@ pages: stage: deploy script: - pip3 install --requirement docs/requirements.txt - - cd docs + - cd docs/source/_ext/javasphinx; python3 setup.py build; python3 setup.py install + - cd ../../.. - LC_ALL=C.UTF-8 ./Build.sh - mv build/html ../public # - The CSS contains a reference to a font or something, not something we gonna fix on our side -- 2.20.1