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 <[email protected]> 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
