From d69152c06a9f5750a539644080983a823af2cb94 Mon Sep 17 00:00:00 2001 From: Matthias Runge Date: Thu, 5 Aug 2021 11:36:36 +0200 Subject: [PATCH] Skip docs build Docs fail to build due to https://fedoraproject.org/wiki/Changes/Sphinx4 Resolves: rhbz#1977642 --- python-rjsmin.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-rjsmin.spec b/python-rjsmin.spec index e916121..aa01e34 100644 --- a/python-rjsmin.spec +++ b/python-rjsmin.spec @@ -72,7 +72,10 @@ sed -i '1d' rjsmin.py %build %py3_build -sphinx-build -b html docs/_userdoc docs/_userdoc/html +# docs fail to build with +# https://fedoraproject.org/wiki/Changes/Sphinx4 +# sphinx-build -b html docs/_userdoc docs/_userdoc/html +mkdir -p docs/_userdoc/html %install # Must do the subpackages' install first because the scripts in /usr/bin are @@ -91,8 +94,8 @@ sphinx-build -b html docs/_userdoc docs/_userdoc/html %doc README.md docs/_userdoc/html %changelog -* Fri Jul 23 2021 Fedora Release Engineering - 1.1.0-4 -- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild +* Thu Aug 05 2021 Matthias Runge - 1.1.0-4 +- Fix FTBFS, skip docs build. (rhbz#1977642) * Fri Jun 04 2021 Python Maint - 1.1.0-3 - Rebuilt for Python 3.10