This is an automated email from the ASF dual-hosted git repository. tvb pushed a commit to branch jjardon/latest_sphinx in repository https://gitbox.apache.org/repos/asf/buildstream.git
commit 8dfae6dd0c98b3a84b6e45797c075edc995afec2 Author: Javier Jardón <[email protected]> AuthorDate: Mon Apr 2 15:09:32 2018 +0100 Revert ".gitlab-ci.yml: Pin the sphinx version to 1.7.1" This reverts commit f9edceed17039df045677f7103c40f7dbadf2a5d. --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a31e0fa..e7ce473 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -134,7 +134,7 @@ unix-tests: 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
