Allow installing the package with docutils 0.19

This commit is contained in:
Karolina Surma 2022-11-09 17:23:32 +01:00
parent 6dfe46e34f
commit f9e63f89c8
1 changed files with 2 additions and 1 deletions

View File

@ -72,7 +72,7 @@ readthedocs.org.
# Make theme work with docutils 0.18+ in Fedora 37+
# This is not officially supported yet, tracked upstram in:
# https://github.com/readthedocs/sphinx_rtd_theme/issues/1302
sed -i "s|docutils<0.18|docutils<0.19|" setup.py
sed -i "s|docutils <0.18|docutils <0.20|" setup.cfg
# Use local objects.inv for intersphinx
sed -e "s|\('https://docs\.readthedocs\.io/en/stable/', \)None|\1'%{SOURCE1}'|" \
@ -193,6 +193,7 @@ grep 'format("woff2\?")' \
%changelog
* Wed Nov 09 2022 Karolina Surma <ksurma@redhat.com> - 1.1.1-1
- Update to the new upstream version
- Relax the python-docutils version requirement to <0.20
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.0.0-8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild