1 Star 0 Fork 4

赵梦/python-sphinx-autobuild

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
python-sphinx-autobuild.spec 1.50 KB
一键复制 编辑 原始数据 按行查看 历史
%global _docdir_fmt %{name}
Name: python-sphinx-autobuild
Version: 2021.3.14
Release: 1
Summary: Autobuild a Sphinx directory when a change is detected
License: MIT
URL: https://github.com/executablebooks/sphinx-autobuild
Source0: %{url}/archive/v%{version}/sphinx-autobuild-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python3-devel
BuildRequires: python3-setuptools
BuildRequires: python3-setuptools_scm
BuildRequires: python3-pip
BuildRequires: python3-wheel
BuildRequires: python3-flit
%description
Rebuild Sphinx documentation on changes, with live-reload in the browser.
%package -n python3-sphinx-autobuild
Summary: Autobuild a Sphinx directory when a change is detected
%description -n python3-sphinx-autobuild
Rebuild Sphinx documentation on changes, with live-reload in the browser.
%package doc
License: MIT AND BSD-2-Clause AND BSD-3-Clause
Summary: Documentation for sphinx-autobuild
Provides: bundled(js-jquery)
Provides: bundled(js-underscore)
%description doc
Documentation for sphinx-autobuild.
%prep
%autosetup -n sphinx-autobuild-%{version}
%build
%pyproject_build
%install
%pyproject_install
%files -n python3-sphinx-autobuild
%doc AUTHORS NEWS.rst README.md
%license LICENSE
%{_bindir}/sphinx-autobuild
%{python3_sitelib}/sphinx_autobuild-*.dist-info/
%{python3_sitelib}/sphinx_autobuild/
%changelog
* Tue Aug 22 2023 mengzhaoa <mengzhaoa@isoftstone.com> - 2021.3.14-1
- Initial Package
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mengzhaoa/python-sphinx-autobuild.git
git@gitee.com:mengzhaoa/python-sphinx-autobuild.git
mengzhaoa
python-sphinx-autobuild
python-sphinx-autobuild
master

搜索帮助