同步操作将从 src-openEuler/python-sphinx 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
Name: python-sphinxVersion: 7.0.1Release: 1Epoch: 1Summary: Python documentation generatorLicense: BSD and MITURL: http://sphinx-doc.org/Source0: https://files.pythonhosted.org/packages/source/S/Sphinx/Sphinx-%{version}.tar.gzBuildArch: noarchBuildRequires: python3-develBuildRequires: python3-setuptoolsBuildRequires: python3-babelBuildRequires: python3-docutilsBuildRequires: python3-imagesizeBuildRequires: python3-jinja2BuildRequires: python3-packagingBuildRequires: python3-pygmentsBuildRequires: python3-requestsBuildRequires: python3-sphinxcontrib-applehelpBuildRequires: python3-sphinxcontrib-devhelpBuildRequires: python3-sphinxcontrib-htmlhelpBuildRequires: python3-sphinxcontrib-jsmathBuildRequires: python3-sphinxcontrib-qthelpBuildRequires: python3-sphinxcontrib-serializinghtmlBuildRequires: python3-sphinx-theme-alabasterBuildRequires: python3-pip python3-hatchling python3-hatch-vcs python3-wheel python3-pytestBuildRequires: python3-flit-coreBuildRequires: dos2unixBuildRequires: python3-testBuildRequires: python3-html5libBuildRequires: python3-mockBuildRequires: python3-pytestBuildRequires: python3-snowballstemmerBuildRequires: gettextBuildRequires: graphvizBuildRequires: texinfo%descriptionSphinx is a tool that makes it easy to create intelligent andbeautiful documentation for Python projects (or other documentsconsisting of multiple reStructuredText sources), written by GeorgBrandl. It was originally created to translate the new Pythondocumentation, but has now been cleaned up in the hope that it will beuseful to many other projects.Sphinx uses reStructuredText as its markup language, and many of itsstrengths come from the power and straightforwardness ofreStructuredText and its parsing and translating suite, the Docutils.Although it is still under constant development, the followingfeatures are already present, work fine and can be seen "in action" inthe Python docs:* Output formats: HTML (including Windows HTML Help) and LaTeX,for printable PDF versions* Extensive cross-references: semantic markup and automatic linksfor functions, classes, glossary terms and similar pieces ofinformation* Hierarchical structure: easy definition of a document tree, withautomatic links to siblings, parents and children* Automatic indices: general index as well as a module index* Code handling: automatic highlighting using the Pygments highlighter* Various extensions are available, e.g. for automatic testing ofsnippets and inclusion of appropriately formatted docstrings.%package -n python3-sphinxSummary:Python documentation generatorRequires: python-sphinx-locale = %{?epoch}:%{version}-%{release}Requires: python3-babel python3-docutils python3-jinja2 python3-pygmentsRequires: python3-snowballstemmer python3-sphinx_rtd_theme python3-sphinx-theme-alabasterRequires: python3-imagesize python3-requests python3-six python3-packagingRequires: environment(modules) python3-sphinxcontrib-websupport python3-mockRequires(pre): /usr/sbin/alternativesRecommends: graphviz ImageMagickObsoletes: python3-sphinxcontrib-napoleon < 0.3.0Provides: python3-sphinxcontrib-napoleon = %{?epoch}:%{version}-%{release}Provides: python(Sphinx) = %{?epoch}:%{version}-%{release}Conflicts: python2-Sphinx < %{?epoch}:%{version}-%{release}%{?python_provide:%python_provide python3-sphinx}%description -n python3-sphinxSphinx is a tool that makes it easy to create intelligent andbeautiful documentation for Python projects (or other documentsconsisting of multiple reStructuredText sources), written by GeorgBrandl. It was originally created to translate the new Pythondocumentation, but has now been cleaned up in the hope that it will beuseful to many other projects.Sphinx uses reStructuredText as its markup language, and many of itsstrengths come from the power and straightforwardness ofreStructuredText and its parsing and translating suite, the Docutils.Although it is still under constant development, the followingfeatures are already present, work fine and can be seen "in action" inthe Python docs:* Output formats: HTML (including Windows HTML Help) and LaTeX,for printable PDF versions* Extensive cross-references: semantic markup and automatic linksfor functions, classes, glossary terms and similar pieces ofinformation* Hierarchical structure: easy definition of a document tree, withautomatic links to siblings, parents and children* Automatic indices: general index as well as a module index* Code handling: automatic highlighting using the Pygments highlighter* Various extensions are available, e.g. for automatic testing ofsnippets and inclusion of appropriately formatted docstrings.%package helpSummary:Documentation for %{name}Requires: python(Sphinx) = %{?epoch}:%{version}-%{release}Provides: python-sphinx-doc python-sphinx-latexObsoletes: python-sphinx-doc < %{?epoch}:%{version}-%{release}Obsoletes: python-sphinx-latex < %{?epoch}:%{version}-%{release}%description helpThis package contains help documentation in reST and HTML formats.%package localeSummary:Locale files for python-sphinx%description localeThis package contains locale files for Sphinx.%prep%autosetup -n Sphinx-%{version} -p1%build%pyproject_buildexport PYTHONPATH=$PWDpushd docexport SPHINXBUILD="%{__python3} ../sphinx/cmd/build.py"make html SPHINXBUILD="$SPHINXBUILD"make man SPHINXBUILD="$SPHINXBUILD"rm -rf _build/html/.buildinfomv _build/html ..popd%install%pyproject_install sphinx==%{version}# For backwards compatibility. Remove around Fedora 33 (with care)install -d %{buildroot}%{_libexecdir}/python3-sphinxfor i in sphinx-{apidoc,autogen,build,quickstart}; doln -s %{_bindir}/$i %{buildroot}%{_bindir}/$i-%{python3_version}ln -s %{_bindir}/$i %{buildroot}%{_bindir}/$i-3ln -s %{_bindir}/$i %{buildroot}%{_libexecdir}/python3-sphinx/$idonerm -f %{buildroot}%{python3_sitelib}/sphinx/locale/.DS_Storerm -rf %{buildroot}%{python3_sitelib}/sphinx/locale/.txpushd docinstall -d %{buildroot}%{_mandir}/man1for f in _build/man/sphinx-*.1;docp -p $f %{buildroot}%{_mandir}/man1/$(basename $f)donepopdrm -rf doc/_buildsed -i 's|python ../sphinx-build.py|/usr/bin/sphinx-build|' doc/Makefilemv doc reSTrm reST/make.batpushd %{buildroot}%{python3_sitelib}for lang in `find sphinx/locale -maxdepth 1 -mindepth 1 -type d -not -path '*/\.*' -printf "%f "`;dotest $lang == __pycache__ && continueinstall -d %{buildroot}%{_datadir}/sphinx/locale/$langinstall -d %{buildroot}%{_datadir}/locale/$lang/LC_MESSAGESmv sphinx/locale/$lang/LC_MESSAGES/sphinx.js \%{buildroot}%{_datadir}/sphinx/locale/$lang/mv sphinx/locale/$lang/LC_MESSAGES/sphinx.mo \%{buildroot}%{_datadir}/locale/$lang/LC_MESSAGES/rm -rf sphinx/locale/$langdonepopdmkdir %{buildroot}%{python3_sitelib}/sphinxcontrib%find_lang sphinx(cd %{buildroot} && find . -name 'sphinx.js') | sed -e 's|^.||' | sed -e \'s:\(.*/locale/\)\([^/_]\+\)\(.*\.js$\):%lang(2円) 1円2円3円:' \>> sphinx.lang%if %{with tests}%checkexport PYTHONPATH=%{buildroot}%{python3_sitelib}export PATH=%{buildroot}%{_bindir}:$PATH%endif%files locale -f sphinx.lang%license LICENSE%dir %{_datadir}/sphinx/%dir %{_datadir}/sphinx/locale%dir %{_datadir}/sphinx/locale/*%files -n python3-sphinx -f sphinx.lang%license LICENSE%doc AUTHORS CHANGES EXAMPLES README.rst%{_bindir}/sphinx-*%{python3_sitelib}/sphinx*%{_libexecdir}/python3-sphinx/%files help%doc html reST%{_mandir}/man1/*%changelog* Fri Jul 28 2023 xu_ping <707078654@qq.com> - 1:7.0.1-1- Upgrade version to 7.0.1* Thu Jul 20 2023 shixuantong <shixuantong1@huawei.com> - 1:4.4.0-2- html: Updated jQuery version from 3.5.1 to 3.6.0* Thu Jun 16 2022 zhangy1317 <zhangy1317@foxmail.com> - 1:4.4.0-1- Upgrade version for openstack yoga* Mon Dec 13 2021 shixuantong <shixuantong@huawei.com> - 4.3.1-1- update version to 4.3.1* Tue Jul 27 2021 OpenStack_SIG <openstack@openeuler.org> - 3.5.2-1- update to 3.5.2* Wed Jan 13 2021 SimpleUpdate Robot <tc@openeuler.org> - 3.4.3-1- Upgrade to version 3.4.3* Wed Aug 5 2020 tianwei <tianwei12@huawei.com> - 3.1.2-2- add package locale and help* Fri Jul 31 2020 tianwei <tianwei12@huawei.com> - 3.1.2-1- Package update to 3.1.2* Thu Feb 20 2020 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-6- delete useless files* Thu Feb 20 2020 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-5- Type: enhancement- ID: NA- SUG: NA- DESC: make sphinx-build enable* Thu Nov 14 2019 Lijin Yang <yanglijin@huawei.com> - 1:1.7.6-4- init package
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。