Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
gitlab-ci: show sphinx output on error
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 10 Nov 2019 19:13:34 +0000 (20:13 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Sun, 10 Nov 2019 19:13:34 +0000 (20:13 +0100)
.gitlab-ci.yml

index 9b9b09b..4a27f3c 100644 (file)
@@ -12,7 +12,7 @@ pages:
   - pip3 install --requirement docs/requirements.txt
   - cd docs
   - LC_ALL=C.UTF-8 ./Build.sh
-  - mv build/html ../public
+  - mv build/html ../public || (cat /tmp/sphinx-err-* ; false)
   # - The CSS contains a reference to a font or something, not something we gonna fix on our side
   # - The javasphinx output does not exist in the git, so the "edit on FramaGit" link is broken.
   #   I'd like to report this as a bug, but javasphinx seems abandonned upstream.