ci: Use Debian trixie for the doc build
This allows us to use the available package, no need for pip. Part-of: <https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/619>
This commit is contained in:
@ -10,13 +10,13 @@ before_script:
|
|||||||
- apt-get -y install ca-certificates
|
- apt-get -y install ca-certificates
|
||||||
|
|
||||||
build_docs:
|
build_docs:
|
||||||
|
image: debian:trixie
|
||||||
stage: build
|
stage: build
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- _build
|
- _build
|
||||||
script:
|
script:
|
||||||
- apt-get -y install python3-pip python3-sphinx
|
- apt-get -y install --on-install-recommends python3-pip python3-sphinx python3-recommonmark
|
||||||
- pip3 install recommonmark
|
|
||||||
- ./doc/build.sh _build
|
- ./doc/build.sh _build
|
||||||
except:
|
except:
|
||||||
variables:
|
variables:
|
||||||
|
|||||||
Reference in New Issue
Block a user