You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by tv...@apache.org on 2021/02/04 07:53:05 UTC

[buildstream] branch jjardon/latest_sphinx created (now 8dfae6d)

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

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


      at 8dfae6d  Revert ".gitlab-ci.yml: Pin the sphinx version to 1.7.1"

This branch includes the following new commits:

     new 8dfae6d  Revert ".gitlab-ci.yml: Pin the sphinx version to 1.7.1"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[buildstream] 01/01: Revert ".gitlab-ci.yml: Pin the sphinx version to 1.7.1"

Posted by tv...@apache.org.
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 <jj...@gnome.org>
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