[release-monitoring] Specify the exact version of sphinx package

With the sphinx 4.4.0 already installed in the container we need to specify
exact version of sphinx we want to install by pip.

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2022-08-29 18:18:38 +02:00
parent 626441f146
commit 465c428667

View file

@ -45,7 +45,7 @@ items:
dnf autoremove -y && \
dnf clean all -y
# Install newer version of sphinx than what is available in Fedora 36
RUN pip install sphinx
RUN pip install sphinx==5.1.1
RUN git clone https://github.com/fedora-infra/anitya.git && \
pushd anitya && \
{% if env == 'staging' %}