From 9fcd9190f5785193a8b31027b17227a8f28f2847 Mon Sep 17 00:00:00 2001 From: Yngve Levinsen <yngve.levinsen@ess.eu> Date: Wed, 11 Nov 2020 13:46:53 +0100 Subject: [PATCH] need latest dev version of sphinxcontrib-confluencebuilder for title renaming --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index afcbfb7..1543491 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -5,7 +5,8 @@ image: python:3.8-slim - apt install git -y - pip install scipy matplotlib h5py webdavclient3 .pip_install_sphinx: &pip_install_sphinx - - pip install sphinx==3.2.1 sphinxcontrib-confluencebuilder sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder sphinx_rtd_theme numpy m2r2 + - pip install sphinx==3.2.1 sphinxcontrib-blockdiag blockdiag sphinxcontrib-restbuilder sphinx_rtd_theme numpy m2r2 + - pip install git+https://github.com/sphinx-contrib/confluencebuilder.git --user variables: TWINE_REPOSITORY_URL: https://artifactory.esss.lu.se/artifactory/api/pypi/ics-pypi -- GitLab