fix python3-sphinx build

This commit is contained in:
Liu Zixian 2022-02-03 22:50:55 +08:00
parent b11f0a0787
commit 16e009ecce

View File

@ -12,12 +12,12 @@ need to prettify source code. Highlights are: \
RTF, LaTeX and ANSI sequences \
* it is usable as a command-line tool and as a library \
* and it highlights even Perl 6!
%bcond_without docs
%bcond_with docs
%bcond_without tests
Name: python-pygments
Summary: Syntax highlighting engine written in Python
Version: 2.10.0
Release: 1
Release: 2
License: BSD
URL: http://pygments.org/
Source0: https://pypi.org/packages/source/P/Pygments/Pygments-%{version}.tar.gz
@ -78,6 +78,9 @@ make test
%endif
%changelog
* Thu Feb 03 2022 Liu Zixian <liuzixian4@huawei.com> -2.10.0-2
- Disable doc temporarily to break build dependency.
* Mon Dec 20 2021 renhongxun <renhongxun@huawei.com> - 2.10.0-1
- Upgrade version to 2.10.0