python-Sphinx
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
for the new Python documentation, and has excellent facilities for Python
project documentation, but C/C++ is supported as well, and more languages are
planned.
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.
- Devel package for openSUSE:Factory
-
29
derived packages
- Links to openSUSE:Factory / python-Sphinx
- Has a link diff
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout devel:languages:python/python-Sphinx && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
_multibuild | 0000000053 53 Bytes | |
python-Sphinx.changes | 0000217815 213 KB | |
python-Sphinx.keyring | 0000006238 6.09 KB | |
python-Sphinx.spec | 0000012193 11.9 KB | |
python3.inv | 0000133169 130 KB | |
readthedocs.inv | 0000025610 25 KB | |
requests.inv | 0000002228 2.18 KB | |
sphinx-8.1.3.tar.gz | 0008184611 7.81 MB | |
update-intersphinx.sh | 0000000224 224 Bytes |
Revision 273 (latest revision is 274)
Dirk Mueller (dirkmueller)
committed
(revision 273)
- update to 8.1.3: * #13013: Restore support for :func:`!cut_lines` with no object type. Patch by Adam Turner. * #13012: Expose :exc:`sphinx.errors.ExtensionError` in sphinx.util for backwards compatibility. This will be removed in Sphinx 9, as exposing the exception in sphinx.util was never intentional. :exc:`!ExtensionError` has been part of sphinx.errors since Sphinx 0.9. Patch by Adam Turner. * #13006: Use the preferred https://www.cve.org/ URL for the :rst:role:`:cve: <cve>` role. Patch by Hugo van Kemenade. * #13007: LaTeX: Improve resiliency when the required fontawesome or fontawesome5 packages are not installed. Patch by Jean-François B. * #12756: Add lower-bounds to the sphinxcontrib-* dependencies. Patch by Adam Turner. * #12833: Update the LaTeX parskip package from 2001 to 2018. Patch by Jean-François B. * #12763: Remove unused internal class sphinx.util.Tee. Patch by Adam Turner. * #12822: LaTeX: for Unicode engines, the :ref:`fvset` default is changed to '\fvset{fontsize=auto}' from '\fvset{fontsize=\small}'. Code-blocks are unchanged as FreeMono is now loaded with Scale=0.9. An adjustment to existing projects is needed only if they used a custom :ref:`fontpkg` configuration and did not set :ref:`fvset`. Patch by Jean-François B. * #12875: Disable smartquotes for languages: zh_CN and zh_TW by default. Patch by A. Rafey Khan. * #12762: Deprecate sphinx.util.import_object. Use :py:func:`importlib.import_module` instead. Patch by Adam
Comments 0