14
0
forked from pool/python-Sphinx

Accepting request 580009 from home:apersaud:branches:devel:languages:python

update to latest version

OBS-URL: https://build.opensuse.org/request/show/580009
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=98
This commit is contained in:
Tomáš Chvátal
2018-02-26 07:06:09 +00:00
committed by Git OBS Bridge
parent 4b22afa8b2
commit ee4cd0c2e8
6 changed files with 221 additions and 8 deletions

View File

@@ -1,3 +1,109 @@
-------------------------------------------------------------------
Sat Feb 24 18:31:35 UTC 2018 - arun@gmx.de
- specfile:
* update copyright year
- update to version 1.7.1:
* Deprecated
+ #4623: "sphinx.build_main()" is deprecated. Use
"sphinx.cmd.build.build_main()" instead.
+ autosummary: The interface of
"sphinx.ext.autosummary.get_documenter()" has been changed
(Since 1.7.0)
+ #4664: "sphinx.ext.intersphinx.debug()" is deprecated. Use
"sphinx.ext.intersphinx.inspect_main()" instead.
* Bugs fixed
+ #4608: epub: Invalid meta tag is generated
+ #4260: autodoc: keyword only argument separator is not
disappeared if it is appeared at top of the argument list
+ #4622: epub: :confval:`epub_scheme` does not effect to
content.opf
+ #4627: graphviz: Fit graphviz images to page
+ #4617: quickstart: PROJECT_DIR argument is required
+ #4623: sphinx.build_main no longer exists in 1.7.0
+ #4615: The argument of "sphinx.build" has been changed in 1.7.0
+ autosummary: The interface of
"sphinx.ext.autosummary.get_documenter()" has been changed
+ #4630: Have order on msgids in sphinx.pot deterministic
+ #4563: autosummary: Incorrect end of line punctuation detection
+ #4577: Enumerated sublists with explicit start with wrong number
+ #4641: A external link in TOC cannot contain "?" with ":glob:"
option
+ C++, add missing parsing of explicit casts and typeid in
expression parsing.
+ C++, add missing parsing of "this" in expression parsing.
+ #4655: Fix incomplete localization strings in Polish
+ #4653: Fix error reporting for parameterless ImportErrors
+ #4664: Reading objects.inv fails again
+ #4662: "any" refs with "term" targets crash when an ambiguity is
encountered
- changes to version 1.7.0:
* long changelog, see https://github.com/sphinx-doc/sphinx/blob/master/CHANGES
- changes from version 1.6.7:
* Bugs fixed
+ #1922: html search: Upper characters problem in French
+ #4412: Updated jQuery version from 3.1.0 to 3.2.1
+ #4438: math: math with labels with whitespace cause html error
+ #2437: make full reference for classes, aliased with "alias of"
+ #4434: pure numbers as link targets produce warning
+ #4477: Build fails after building specific files
+ #4449: apidoc: include "empty" packages that contain modules
+ #3917: citation labels are tranformed to ellipsis
+ #4501: graphviz: epub3 validation error caused if graph is not
clickable
+ #4514: graphviz: workaround for wrong map ID which graphviz
generates
+ #4525: autosectionlabel does not support parallel build
+ #3953: Do not raise warning when there is a working intersphinx
inventory
+ #4487: math: ValueError is raised on parallel build. Thanks to
jschueller.
+ #2372: autosummary: invalid signatures are shown for type
annotated functions
+ #3942: html: table is not aligned to center even if ":align:
center"
- changes from version 1.6.6:
* Features added
+ #4181: autodoc: Sort dictionary keys when possible
+ "VerbatimHighlightColor" is a new :ref:`LaTeX 'sphinxsetup'
<latexsphinxsetup>` key (refs: #4285)
+ Easier customizability of LaTeX macros involved in rendering of
code-blocks
+ Show traceback if conf.py raises an exception (refs: #4369)
+ Add :confval:`smartquotes` to disable smart quotes through
"conf.py" (refs: #3967)
+ Add :confval:`smartquotes_action` and
:confval:`smartquotes_excludes` (refs: #4142, #4357)
* Bugs fixed
+ #4334: sphinx-apidoc: Don't generate references to non-existing
files in TOC
+ #4206: latex: reST label between paragraphs loses paragraph
break
+ #4231: html: Apply fixFirefoxAnchorBug only under Firefox
+ #4221: napoleon depends on autodoc, but users need to load it
manually
+ #2298: automodule fails to document a class attribute
+ #4099: C++: properly link class reference to class from inside
constructor
+ #4267: PDF build broken by Unicode U+2116 NUMERO SIGN character
+ #4249: PDF output: Pygments error highlighting increases line
spacing in code blocks
+ #1238: Support ":emphasize-lines:" in PDF output
+ #4279: Sphinx crashes with pickling error when run with multiple
processes and remote image
+ #1421: Respect the quiet flag in sphinx-quickstart
+ #4281: Race conditions when creating output directory
+ #4315: For PDF 'howto' documents,
"latex_toplevel_sectioning='part'" generates "\chapter"
commands
+ #4214: Two todolist directives break sphinx-1.6.5
+ Fix links to external option docs with intersphinx (refs: #3769)
+ #4091: Private members not documented without :undoc-members:
-------------------------------------------------------------------
Fri Oct 27 16:13:16 UTC 2017 - arun@gmx.de