This is an automated email from the ASF dual-hosted git repository.

tvb pushed a commit to branch jjardon/doc_sandbox
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 7a8c32d5a5ecae205a64cdea5e5488308d7ec0f3
Author: Javier Jardón <[email protected]>
AuthorDate: Tue Apr 17 10:54:51 2018 +0100

    .gitlab-ci.yml: no need to pin sphinx package anymore
---
 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a7a4629..ecc0641 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

Reply via email to