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
-
30
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-1.1.3.tar.gz | 0002632059 2.51 MB | |
_link | 0000000148 148 Bytes | |
python-Sphinx.changes | 0000007388 7.21 KB | |
python-Sphinx.spec | 0000003677 3.59 KB |
Revision 13 (latest revision is 274)
Sascha Peilicke (saschpe)
committed
(revision 13)
- Update to version 1.1.13: * PR#40: Fix ``safe_repr`` function to decode bytestrings with non-ASCII characters correctly. * PR#37: Allow configuring sphinx-apidoc via ``SPHINX_APIDOC_OPTIONS``. * PR#34: Restore Python 2.4 compatibility. * PR#36: Make the "bibliography to TOC" fix in LaTeX output specific to the document class. * #695: When the highlight language "python" is specified explicitly, do not try to parse the code to recognize non-Python snippets. * #859: Fix exception under certain circumstances when not finding appropriate objects to link to. * #860: Do not crash when encountering invalid doctest examples, just emit a warning. * #864: Fix crash with some settings of :confval:`modindex_common_prefix`. * #862: Fix handling of ``-D`` and ``-A`` options on Python 3. * #851: Recognize and warn about circular toctrees, instead of running into recursion errors. * #853: Restore compatibility with docutils trunk. * #852: Fix HtmlHelp index entry links again. * #854: Fix inheritance_diagram raising attribute errors on builtins. * #832: Fix crashes when putting comments or lone terms in a glossary. * #834, #818: Fix HTML help language/encoding mapping for all Sphinx supported languages. * #844: Fix crashes when dealing with Unicode output in doctest extension. * #831: Provide ``--project`` flag in setup_command as advertised. * #875: Fix reading config files under Python 3. * #876: Fix quickstart test under Python 3. * #870: Fix spurious KeyErrors when removing documents. * #892: Fix single-HTML builder misbehaving with the master document in a subdirectory.
Comments 0