Accepting request 353433 from devel:languages:python
1 OBS-URL: https://build.opensuse.org/request/show/353433 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-Sphinx?expand=0&rev=34
This commit is contained in:
commit
44db92f21a
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:4077bff351d96bd3ebc89daa6f897f3ddcbbca055f427b36f72b75d7310270d8
|
|
||||||
size 3602492
|
|
3
Sphinx-1.3.4.tar.gz
Normal file
3
Sphinx-1.3.4.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:8aacc3f34aa758751fdb44ab9238eab024c66b57d67200f9a35efebf0e368057
|
||||||
|
size 3679247
|
@ -1,3 +1,72 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jan 12 16:35:16 UTC 2016 - michael@stroeder.com
|
||||||
|
|
||||||
|
- Update to 1.3.4
|
||||||
|
|
||||||
|
Release 1.3.4 (released Jan 12, 2016)[51]
|
||||||
|
* #2134: Fix figure caption with reference causes latex build error
|
||||||
|
* #2094: Fix rubric with reference not working in Latex
|
||||||
|
* #2147: Fix litralinclude code in latex does not break in pages
|
||||||
|
* #1833: Fix email addresses is showed again if latex_show_urls is
|
||||||
|
not None
|
||||||
|
* #2176: sphinx.ext.graphviz: use <object> instead of <img> to embed
|
||||||
|
svg
|
||||||
|
* #967: Fix SVG inheritance diagram is not hyperlinked (clickable)
|
||||||
|
* #1237: Fix footnotes not working in definition list in LaTeX
|
||||||
|
* #2168: Fix raw directive does not work for text writer
|
||||||
|
* #2171: Fix cannot linkcheck url with unicode
|
||||||
|
* #2182: LaTeX: support image file names with more than 1 dots
|
||||||
|
* #2189: Fix previous sibling link for first file in subdirectory
|
||||||
|
uses last file, not intended previous from root toctree
|
||||||
|
* #2003: Fix decode error under python2 (only) when make linkcheck is
|
||||||
|
run
|
||||||
|
* #2186: Fix LaTeX output of mathbb in math
|
||||||
|
* #1480, #2188: LaTeX: Support math in section titles
|
||||||
|
* #2071: Fix same footnote in more than two section titles =>
|
||||||
|
LaTeX/PDF Bug
|
||||||
|
* #2040: Fix UnicodeDecodeError in sphinx-apidoc when author contains
|
||||||
|
non-ascii characters
|
||||||
|
* #2193: Fix shutil.SameFileError if source directory and destination
|
||||||
|
directory are same
|
||||||
|
* #2178: Fix unparseable C++ cross-reference when referencing a
|
||||||
|
function with :cpp:any:
|
||||||
|
* #2206: Fix Sphinx latex doc build failed due to a footnotes
|
||||||
|
* #2201: Fix wrong table caption for tables with over 30 rows
|
||||||
|
* #2213: Set <blockquote> in the classic theme to fit with <p>
|
||||||
|
* #1815: Fix linkcheck does not raise an exception if warniserror set
|
||||||
|
to true and link is broken
|
||||||
|
* #2197: Fix slightly cryptic error message for missing index.rst
|
||||||
|
file
|
||||||
|
* #1894: Unlisted phony targets in quickstart Makefile
|
||||||
|
* #2125: Fix unifies behavior of collapsed fields (GroupedField and
|
||||||
|
TypedField)
|
||||||
|
* #1408: Check latex_logo validity before copying
|
||||||
|
* #771: Fix latex output doesn’t set tocdepth
|
||||||
|
* #1820: On Windows, console coloring is broken with colorama version
|
||||||
|
0.3.3. Now sphinx use colorama>=0.3.5 to avoid this problem.
|
||||||
|
* #2072: Fix footnotes in chapter-titles do not appear in PDF output
|
||||||
|
* #1580: Fix paragraphs in longtable don’t work in Latex output
|
||||||
|
* #1366: Fix centered image not centered in latex
|
||||||
|
* #1860: Fix man page using :samp: with braces - font doesn’t reset
|
||||||
|
* #1610: Sphinx crashes in japanese indexing in some systems
|
||||||
|
* Fix Sphinx crashes if mecab initialization failed
|
||||||
|
* #2160: Fix broken TOC of PDFs if section includes an image
|
||||||
|
* #2172: Fix dysfunctional admonition [53]py@lightbox in sphinx.sty.
|
||||||
|
Thanks to jfbu.
|
||||||
|
* #2198,#2205: make gettext generate broken msgid for definition
|
||||||
|
lists.
|
||||||
|
* #2062: Escape characters in doctests are treated incorrectly with
|
||||||
|
Python 2.
|
||||||
|
* #2225: Fix if the option does not begin with dash, linking is not
|
||||||
|
performed
|
||||||
|
* #2226: Fix math is not HTML-encoded when :nowrap: is given (jsmath,
|
||||||
|
mathjax)
|
||||||
|
* #1601, #2220: ‘any’ role breaks extended domains behavior. Affected
|
||||||
|
extensions doesn’t support resolve_any_xref and resolve_xref
|
||||||
|
returns problematic node instead of None. sphinxcontrib-httpdomain
|
||||||
|
is one of them.
|
||||||
|
* #2229: Fix no warning is given for unknown options
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 9 16:41:19 UTC 2015 - michael@stroeder.com
|
Wed Dec 9 16:41:19 UTC 2015 - michael@stroeder.com
|
||||||
|
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: python-Sphinx
|
Name: python-Sphinx
|
||||||
Version: 1.3.3
|
Version: 1.3.4
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://sphinx-doc.org
|
Url: http://sphinx-doc.org
|
||||||
Summary: Python documentation generator
|
Summary: Python documentation generator
|
||||||
|
Loading…
x
Reference in New Issue
Block a user