[ All 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 ]
×

Project python-sphinx-1:7.2.6-10.el10

Name python-sphinx
Epoch 1
Version 7.2.6
Release 10.el10
Website/URL https://www.sphinx-doc.org/
License BSD-2-Clause AND MIT
Build Time 2024-12-17 22:13:30
Build Host builder-arm64-1.inferitos.ru
Summary Python documentation generator
Repositories CRB, Extras
Description 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.
Errata
× Full screenshot
Packages link
Package Summary SHA-256 checksum
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
Changelog 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