You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildstream.apache.org by gi...@apache.org on 2020/12/29 13:22:41 UTC

[buildstream] branch jjardon/sphinx created (now 511da8c)

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

github-bot pushed a change to branch jjardon/sphinx
in repository https://gitbox.apache.org/repos/asf/buildstream.git.


      at 511da8c  .gitlab-ci.yml: Use distro packages instead pip to install sphinx

This branch includes the following new commits:

     new 511da8c  .gitlab-ci.yml: Use distro packages instead pip to install sphinx

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: .gitlab-ci.yml: Use distro packages instead pip to install sphinx

Posted by gi...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch jjardon/sphinx
in repository https://gitbox.apache.org/repos/asf/buildstream.git

commit 511da8c5a7f8af771dbf692f1f3ddfab14501c6d
Author: Javier Jardón <jj...@gnome.org>
AuthorDate: Mon Mar 19 12:41:47 2018 +0000

    .gitlab-ci.yml: Use distro packages instead pip to install sphinx
---
 .gitlab-ci.yml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26e4f22..5eac5ad 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -136,8 +136,7 @@ docs:
   stage: test
   script:
   - dnf install -y python2
-  - pip3 install sphinx
-  - pip3 install sphinx-click
+  - dnf install -y sphinx python-sphinx-click
   - cd dist && ./unpack.sh && cd buildstream
   - pip3 install .
   - make -C doc