14
0
forked from pool/python-Sphinx

Accepting request 759217 from home:alois:branches:devel:languages:python

update to 2.3.1

OBS-URL: https://build.opensuse.org/request/show/759217
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=141
This commit is contained in:
Tomáš Chvátal
2019-12-26 08:55:20 +00:00
committed by Git OBS Bridge
parent f4a55caa3d
commit 25050f0843
4 changed files with 47 additions and 4 deletions

View File

@@ -1,3 +1,46 @@
-------------------------------------------------------------------
Wed Dec 25 18:54:41 UTC 2019 - Luigi Baldoni <aloisio@gmx.com>
- Update to version 2.3.1
* #6936: sphinx-autogen: raises AttributeError
version 2.3.0:
* #6742: ``end-before`` option of :rst:dir:`literalinclude`
directive does not match the first line of the code block.
* #1331: Change default User-Agent header to ``"Sphinx/X.Y.Z
requests/X.Y.Z python/X.Y.Z"``. It can be changed via
:confval:`user_agent`.
* #6867: text: content of admonitions starts after a blank line
* #6707: C++, support bit-fields.
* #267: html: Eliminate prompt characters of doctest block
from copyable text
* #6548: html: Use favicon for OpenSearch if available
* #6729: html theme: agogo theme now supports ``rightsidebar``
option
* #6780: Add PEP-561 Support
* #6762: latex: Allow to load additonal LaTeX packages via
``extrapackages`` key of :confval:`latex_elements`
* #1331: Add new config variable: :confval:`user_agent`
* #6000: LaTeX: have backslash also be an inline literal word
wrap break character
* #4186: LaTeX: Support upLaTeX as a new
:confval:`latex_engine` (experimental)
* #6812: Improve a warning message when extensions are not
parallel safe
* #6818: Improve Intersphinx performance for multiple remote
inventories.
* #2546: apidoc: .so file support
* #6798: autosummary: emit ``autodoc-skip-member`` event on
generating stub file
* #6483: i18n: make explicit titles in toctree translatable
* #6816: linkcheck: Add :confval:`linkcheck_auth` option to
provide authentication information when doing ``linkcheck``
builds
* #6872: linkcheck: Handles HTTP 308 Permanent Redirect
* #6613: html: Wrap section number in span tag
* #6781: gettext: Add :confval:`gettext_last_translator' and
:confval:`gettext_language_team` to customize headers of POT
file
-------------------------------------------------------------------
Sat Dec 7 17:50:25 UTC 2019 - Arun Persaud <arun@gmx.de>