14
0
forked from pool/python-Sphinx

- Update to 2.1.1:

* #6442: LaTeX: admonitions of note type can get separated from immediately preceding section title by pagebreak
  * #6448: autodoc: crashed when autodocumenting classes with __slots__ = None
  * #6452: autosummary: crashed when generating document of properties

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=129
This commit is contained in:
Tomáš Chvátal
2019-06-11 18:06:13 +00:00
committed by Git OBS Bridge
parent 2c918ed712
commit edf5f89b5e
4 changed files with 12 additions and 4 deletions

View File

@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Jun 11 18:01:43 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>
- Update to 2.1.1:
* #6442: LaTeX: admonitions of note type can get separated from immediately preceding section title by pagebreak
* #6448: autodoc: crashed when autodocumenting classes with __slots__ = None
* #6452: autosummary: crashed when generating document of properties
-------------------------------------------------------------------
Tue Jun 4 11:37:51 UTC 2019 - Tomáš Chvátal <tchvatal@suse.com>