!21 Support for docutils-0.20.x

From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
This commit is contained in:
openeuler-ci-bot 2023-09-15 03:17:30 +00:00 committed by Gitee
commit e47f4b8f32
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 6 additions and 3 deletions

View File

@ -9,7 +9,7 @@ index afd56e2..01e0e35 100644
- sphinx >=1.6,<6 - sphinx >=1.6,<6
- docutils <0.18 - docutils <0.18
+ sphinx >=1.6,<8 + sphinx >=1.6,<8
+ docutils <=0.20 + docutils <=0.21
tests_require = tests_require =
pytest pytest

View File

@ -1,7 +1,7 @@
Name: python-sphinx_rtd_theme Name: python-sphinx_rtd_theme
Summary: Sphinx theme for readthedocs.org Summary: Sphinx theme for readthedocs.org
Version: 1.1.1 Version: 1.1.1
Release: 2 Release: 3
License: MIT License: MIT
URL: https://github.com/snide/sphinx_rtd_theme URL: https://github.com/snide/sphinx_rtd_theme
Source0: https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz Source0: https://files.pythonhosted.org/packages/source/s/sphinx_rtd_theme/sphinx_rtd_theme-%{version}.tar.gz
@ -10,7 +10,7 @@ Patch0: Support-for-sphinx-0.7.x-and-docutils-0.20.x.patch
BuildArch: noarch BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-sphinx BuildRequires: python3-devel python3-setuptools
%description %description
This Sphinx theme was designed to provide a great reader experience for documentation users This Sphinx theme was designed to provide a great reader experience for documentation users
@ -41,6 +41,9 @@ with any sphinx project. you can find a working demo of the theme in the theme d
%{python3_sitelib}/sphinx_rtd_theme* %{python3_sitelib}/sphinx_rtd_theme*
%changelog %changelog
* Fri Sep 15 2023 wulei <wu_lei@hoperun.com> 1.1.1-3
- Support for docutils-0.20.x
* Fri Jul 28 2023 xu_ping <707078654@qq.com> 1.1.1-2 * Fri Jul 28 2023 xu_ping <707078654@qq.com> 1.1.1-2
- Support for sphinx-0.7.x and docutils-0.20.x - Support for sphinx-0.7.x and docutils-0.20.x