changeset 5662:bec8a04d2f6a stable

docs: build using py3 image
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 23 Aug 2020 10:09:44 +0800
parents 4b6b559b92c8
children 5affbb44f135
files .gitlab-ci.yml
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.gitlab-ci.yml	Mon Jul 06 00:17:44 2020 +0800
+++ b/.gitlab-ci.yml	Sun Aug 23 10:09:44 2020 +0800
@@ -70,13 +70,15 @@
         TEST_HGMODULEPOLICY: "py"
 
 doc:
-    image: octobus/ci-py2-evolve-doc
+    image: octobus/ci-py3-evolve-doc
     script:
         - cd docs/
         - make
     variables:
         LANG: en_US.UTF-8
+        PYTHON: python3
         PYTHONPATH: "/ci/repos/mercurial:$PYTHONPATH"
+        SPHINXBUILD: python3 -m sphinx -b html
     artifacts:
         paths:
             - html/*