[ Все 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Проект python-sphinx-1:7.2.6-10.el10

Имя python-sphinx
Эпоха 1
Версия 7.2.6
Релиз 10.el10
Сайт https://www.sphinx-doc.org/
Лицензия BSD-2-Clause AND MIT
Время сборки 2024-12-17 22:13:30
Хост сборки builder-arm64-1.inferitos.ru
Краткое описание Python documentation generator
Репозитории CRB, Extras
Полное описание Sphinx is a tool that makes it easy to create intelligent and beautiful documentation for Python projects (or other documents consisting of multiple reStructuredText sources), written by Georg Brandl. It was originally created to translate the new Python documentation, but has now been cleaned up in the hope that it will be useful to many other projects. Sphinx uses reStructuredText as its markup language, and many of its strengths come from the power and straightforwardness of reStructuredText and its parsing and translating suite, the Docutils. Although it is still under constant development, the following features are already present, work fine and can be seen "in action" in the Python docs: * Output formats: HTML (including Windows HTML Help) and LaTeX, for printable PDF versions * Extensive cross-references: semantic markup and automatic links for functions, classes, glossary terms and similar pieces of information * Hierarchical structure: easy definition of a document tree, with automatic 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 of snippets and inclusion of appropriately formatted docstrings.
Эррата
× Full screenshot
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
noarch
python-sphinx-doc-1:7.2.6-10.el10.noarch Documentation for python-sphinx d91c2301b529cc30805d79483da6fbd1599e10fa6efecc1edfc32ed55dc706da download
python3-sphinx-1:7.2.6-10.el10.noarch Python documentation generator 35db6fd9d4d4cc2df1f9611212940e5368d7d499d3dc46cb55cb9ba1f42da03a download
python3-sphinx-latex-1:7.2.6-10.el10.noarch LaTeX builder dependencies for python3-sphinx ef8dd6d503e8a37cbf3b78f096f6e8fb6ac413efda3c77932240da16b52a0484 download
src
python-sphinx-1:7.2.6-10.el10.src Python documentation generator 48518791ef78eb3c52ce1eb518432fd60ad9a60dbe68f11a8c5a386714c470bd download
История изменений link
* Tue Dec 17 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 7.2.6-10
- Rebuilt for MSVSphere 10

* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1:7.2.6-10
- Bump release for October 2024 mass rebuild:
  Resolves: RHEL-64018

* Thu Aug 22 2024 Karolina Surma <ksurma@redhat.com> - 1:7.2.6-9
- Fix build with Python 3.12.3+

* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1:7.2.6-8
- Bump release for June 2024 mass rebuild

* Mon Jun 10 2024 Lumír Balhar <lbalhar@redhat.com> - 1:7.2.6-7
- Replace snowballstemmer with a dummy implementation

* Wed Jan 24 2024 Karolina Surma <ksurma@redhat.com> - 1:7.2.6-6
- Suppress traceback when importing the weakened sphinxcontrib* dependencies

* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1:7.2.6-5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild

* Tue Dec 12 2023 Karolina Surma <ksurma@redhat.com> - 1:7.2.6-4
- Fix the tests run when building with Python 3.11.7, 3.12.1 and later

* Thu Nov 16 2023 Miro Hrončok <mhroncok@redhat.com> - 1:7.2.6-3
- On Fedora, BuildRequire the sphinxcontrib packages to build the documentation

* Wed Nov 08 2023 Miro Hrončok <mhroncok@redhat.com> - 1:7.2.6-2
- Weaken the runtime dependency on:
  - python3-sphinxcontrib-applehelp
  - python3-sphinxcontrib-devhelp
  - python3-sphinxcontrib-jsmath
  - python3-sphinxcontrib-htmlhelp
  - python3-sphinxcontrib-serializinghtml
  - python3-sphinxcontrib-qthelp
- Packages that want to use them during build need to BuildRequire them explicitly