From 33b5320174359c39247a4fd9851876f68e6cdcae Mon Sep 17 00:00:00 2001 From: Fabien MAREUIL <fmareuil@pasteur.fr> Date: Fri, 9 Apr 2021 11:18:04 +0200 Subject: [PATCH] fix ascii error with LC_CTYPE --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2819d3f7..e2fbab7a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -61,6 +61,7 @@ test-centos7: - coverage run --source='.' manage.py test - coverage report - coverage html + - export LC_CTYPE="en_US.UTF-8" - pip3.6 install sphinx==3.5.2 sphinx-argparse==0.2.5 sphinxcontrib.bibtex==2.1.4 sphinx_rtd_theme==0.5.1 - cd docs - PYTHON=python3.6 make html -- GitLab