Skip docs build
Docs fail to build due to https://fedoraproject.org/wiki/Changes/Sphinx4 Resolves: rhbz#1977642
This commit is contained in:
parent
743796fd1d
commit
d69152c06a
@ -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 <releng@fedoraproject.org> - 1.1.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
||||
* Thu Aug 05 2021 Matthias Runge <mrunge@redhat.com> - 1.1.0-4
|
||||
- Fix FTBFS, skip docs build. (rhbz#1977642)
|
||||
|
||||
* Fri Jun 04 2021 Python Maint <python-maint@redhat.com> - 1.1.0-3
|
||||
- Rebuilt for Python 3.10
|
||||
|
Loading…
Reference in New Issue
Block a user