14
0
forked from pool/python-Sphinx

Accepting request 355775 from home:stroeder:branches:devel:languages:python

update to 1.3.5 (requires python-pygments >= 2.1, see request #355773)

OBS-URL: https://build.opensuse.org/request/show/355775
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=69
This commit is contained in:
Jan Matejek
2016-01-25 17:43:52 +00:00
committed by Git OBS Bridge
parent a01484ae05
commit b51e64f6b4
4 changed files with 30 additions and 5 deletions

View File

@@ -1,3 +1,28 @@
-------------------------------------------------------------------
Mon Jan 25 10:56:43 UTC 2016 - michael@stroeder.com
- requires python-pygments => 2.1
- update to version 1.3.5:
* Fix line numbers was not shown on warnings in LaTeX and texinfo
builders
* Fix filenames were not shown on warnings of citations
* Fix line numbers was not shown on warnings in LaTeX and texinfo
builders
* Fix line numbers was not shown on warnings of indecies
* #2026: Fix LaTeX builder rais error if parsed-literal includes
links
* #2243: Ignore strange docstring types for classes, do not crash
* #2247: Fix #2205 breaks make html for definition list with
classifiers that contains regular-expression like string
* #1565: Show warning if Pygments throws an ErrorToken
* #2211: Fix paragraphs in table cell doesn't work in Latex output
* #2253: ":pyobject:" option of "literalinclude" directive can't
detect indented body block when the block starts with blank or
comment lines.
* Fix TOC is not shown when no ":maxdepth:" for toctrees (ref: #771)
* Fix warning message for ":numref:" if target is in orphaned doc
(ref: #2244)
-------------------------------------------------------------------
Tue Jan 12 16:35:16 UTC 2016 - michael@stroeder.com