Index: .gitlab-ci.yml
===================================================================
--- .gitlab-ci.yml	(revision 2d2c6297494fb457ca9c189a98b475be63e15b6f)
+++ .gitlab-ci.yml	(revision e929fc98b2dba2359a092cebd617ce239367b744)
@@ -3,4 +3,5 @@
   stage: deploy
   script:
+    - python --version
     - pip install -U sphinx
     - sphinx-build -b html doc/rst/ public
