summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2018-03-19 12:41:47 +0000
committerJavier Jardón <jjardon@gnome.org>2018-03-19 12:41:47 +0000
commit511da8c5a7f8af771dbf692f1f3ddfab14501c6d (patch)
treeb9e58ec23f8564dfaeeacae61f2514f3c395cb18
parent5d7ee178fcfb337962cef7e9dab6927478215f5f (diff)
downloadbuildstream-jjardon/sphinx.tar.gz
.gitlab-ci.yml: Use distro packages instead pip to install sphinxjjardon/sphinx
-rw-r--r--.gitlab-ci.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 26e4f2227..5eac5add3 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