[release-monitoring] Use sphinx version from pip during build
The current version of sphinx available in Fedora 36 doesn't work with the new version of Anitya. Let's use the newest from pip. Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
2b4b5fefd0
commit
626441f146
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ items:
|
|||
python3-wtforms && \
|
||||
dnf autoremove -y && \
|
||||
dnf clean all -y
|
||||
# Install newer version of sphinx than what is available in Fedora 36
|
||||
RUN pip install sphinx
|
||||
RUN git clone https://github.com/fedora-infra/anitya.git && \
|
||||
pushd anitya && \
|
||||
{% if env == 'staging' %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue