python-sphinx_rtd_theme/python-sphinx_rtd_theme.spec

67 lines
2.2 KiB
RPMSpec
Raw Normal View History

2019-11-19 11:55:27 +08:00
Name: python-sphinx_rtd_theme
Summary: Sphinx theme for readthedocs.org
2023-06-16 17:12:27 +08:00
Version: 1.1.1
Release: 4
2019-11-19 11:55:27 +08:00
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
Patch0: Support-for-sphinx-0.7.x-and-docutils-0.20.x.patch
2019-11-19 11:55:27 +08:00
BuildArch: noarch
BuildRequires: python3-devel python3-setuptools python3-sphinx
2019-11-19 11:55:27 +08:00
%description
This Sphinx theme was designed to provide a great reader experience for documentation users
on both desktop and mobile devices. This theme is used primarily on Read the Docs but can work
with any Sphinx project. You can find a working demo of the theme in the theme documentation.
%package -n python3-sphinx_rtd_theme
Summary: Sphinx theme for readthedocs.org
Recommends: fontawesome-fonts-web font(fontawesome) font(lato) font(robotoslab)
Requires: python3-sphinx
%{?python_provide:%python_provide python3-sphinx_rtd_theme}
%description -n python3-sphinx_rtd_theme
this sphinx theme was designed to provide a great reader experience for documentation users
on both desktop and mobile devices. this theme is used primarily on read the docs but can work
with any sphinx project. you can find a working demo of the theme in the theme documentation.
%prep
%autosetup -n sphinx_rtd_theme-%{version} -p1
2019-11-19 11:55:27 +08:00
%build
%py3_build
%install
%py3_install
2020-08-11 10:27:06 +08:00
%files -n python3-sphinx_rtd_theme
2019-11-19 11:55:27 +08:00
%{python3_sitelib}/sphinx_rtd_theme*
%changelog
* Fri Sep 15 2023 wulei <wu_lei@hoperun.com> 1.1.1-4
- Reply to deleted BuildRequires: python3-sphinx
2023-09-15 10:14:50 +08:00
* 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
- Support for sphinx-0.7.x and docutils-0.20.x
2023-06-16 17:12:27 +08:00
* Fri Jun 16 2023 xiaotong <tongxiaof@isoftstone.com> 1.1.1-1
- upgrade version to 1.1.1
2021-12-20 16:41:46 +08:00
* Mon Dec 20 2021 renhongxun <renhongxun@huawei.com> 1.0.0-1
- upgrade version to 1.0.0
2020-08-11 10:27:06 +08:00
* Mon Aug 10 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 0.4.3-2
* Remove python2
2020-07-24 22:33:21 +08:00
* Fri Jul 24 2020 tianwei <tianwei12@huawei.com> - 0.4.3-1
- package update to release to 0.4.3
2020-08-11 10:27:06 +08:00
2019-11-19 11:55:27 +08:00
* Thu Nov 14 2019 Lijin Yang <yanglijin@huawei.com> - 0.4.1-2
- init package