summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-04-17 10:54:51 +0100
committerJavier Jardón <jjardon@gnome.org>2018-04-23 14:35:56 +0200
commit7a8c32d5a5ecae205a64cdea5e5488308d7ec0f3 (patch)
tree439cc1c71cfe4ea50cd643610e2e0f8f87021286
parentc1d7dc6361af36379a82015890a56c60b7d514dd (diff)
downloadbuildstream-jjardon/doc_sandbox.tar.gz
.gitlab-ci.yml: no need to pin sphinx package anymorejjardon/doc_sandbox
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7a462997..ecc0641a1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -168,7 +168,7 @@ tests-unix:
docs:
stage: test
script:
- - pip3 install sphinx==1.7.1
+ - pip3 install sphinx
- pip3 install sphinx-click
- pip3 install sphinx_rtd_theme
- cd dist && ./unpack.sh && cd buildstream