summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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