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 |
---|---|---|
Sphinx-3.2.1.tar.gz | 0005970067 5.69 MB | |
Sphinx-3.2.1.tar.gz.asc | 0000000833 833 Bytes | |
_link | 0000000148 148 Bytes | |
_multibuild | 0000000053 53 Bytes | |
python-Sphinx-rpmlintrc | 0000000310 310 Bytes | |
python-Sphinx.changes | 0000107378 105 KB | |
python-Sphinx.spec | 0000010595 10.3 KB | |
python3.inv | 0000106787 104 KB |
Revision 160 (latest revision is 274)
Dirk Mueller (dirkmueller)
committed
(revision 160)
- update to 3.2.1: * #8095: napoleon: Add :confval:`napoleon_preprocess_types` to enable the type preprocessor for numpy style docstrings * #8114: C and C++, parse function attributes after parameters and qualifiers. * #8074: napoleon: Crashes during processing C-ext module * #8088: napoleon: "Inline literal start-string without end-string" warning in Numpy style Parameters section * #8084: autodoc: KeyError is raised on documenting an attribute of the broken class * #8091: autodoc: AttributeError is raised on documenting an attribute on Python 3.5.2 * #8099: autodoc: NameError is raised when target code uses ``TYPE_CHECKING`` * C++, fix parsing of template template paramters, broken by the fix of #7944
Comments 0