From 743d347d72a52c03b86565fd286849efd656b86c Mon Sep 17 00:00:00 2001 From: wu-leilei Date: Fri, 15 Sep 2023 11:35:46 +0800 Subject: [PATCH] Reply to deleted BuildRequires: python3-sphinx --- python-sphinx_rtd_theme.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-sphinx_rtd_theme.spec b/python-sphinx_rtd_theme.spec index d040fb3..5d43e7d 100644 --- a/python-sphinx_rtd_theme.spec +++ b/python-sphinx_rtd_theme.spec @@ -1,7 +1,7 @@ Name: python-sphinx_rtd_theme Summary: Sphinx theme for readthedocs.org Version: 1.1.1 -Release: 3 +Release: 4 License: MIT 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 @@ -10,7 +10,7 @@ Patch0: Support-for-sphinx-0.7.x-and-docutils-0.20.x.patch BuildArch: noarch -BuildRequires: python3-devel python3-setuptools +BuildRequires: python3-devel python3-setuptools python3-sphinx %description 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* %changelog +* Fri Sep 15 2023 wulei 1.1.1-4 +- Reply to deleted BuildRequires: python3-sphinx + * Fri Sep 15 2023 wulei 1.1.1-3 - Support for docutils-0.20.x -- Gitee