Skip to content

Commit

Permalink
.gitlab-ci: upgrade pip packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Oto Šťáva committed Jan 10, 2024
1 parent 3ac5a77 commit d591de1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -761,8 +761,8 @@ docs:build:
- git submodule update --init --recursive
- apkg build-dep -y
- dnf install -y python3-sphinx texinfo doxygen
- pip3 install -r doc/requirements.txt
- pip3 install sphinx_rtd_theme
- pip3 install -U -r doc/requirements.txt
- pip3 install -U sphinx_rtd_theme
- meson build_doc -Ddoc=enabled
- ninja -C build_doc doc
artifacts:
Expand Down

0 comments on commit d591de1

Please sign in to comment.