14
0
forked from pool/python-Sphinx

Accepting request 1056898 from home:marxin:branches:devel:languages:python

- Update to version 6.1.2
  * #11101: LaTeX: div.topic_padding key of sphinxsetup documented at 5.1.0 was
    implemented with name topic_padding
  * #11099: LaTeX: shadowrule key of sphinxsetup causes PDF build to crash since
    Sphinx 5.1.0
  * #11096: LaTeX: shadowsize key of sphinxsetup causes PDF build to crash since
    Sphinx 5.1.0
  * #11095: LaTeX: shadow of topic and contents boxes not in page margin since
    Sphinx 5.1.0
  * #11100: Fix copying images when running under parallel mode.
- Disable test_copy_images tests as they need an internet access.

OBS-URL: https://build.opensuse.org/request/show/1056898
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=228
This commit is contained in:
2023-01-09 08:19:34 +00:00
committed by Git OBS Bridge
parent 75b12d2e85
commit 5a0a1ae826
6 changed files with 36 additions and 21 deletions

View File

@@ -1,3 +1,18 @@
-------------------------------------------------------------------
Sun Jan 8 09:18:41 UTC 2023 - Martin Liška <mliska@suse.cz>
- Update to version 6.1.2
* #11101: LaTeX: div.topic_padding key of sphinxsetup documented at 5.1.0 was
implemented with name topic_padding
* #11099: LaTeX: shadowrule key of sphinxsetup causes PDF build to crash since
Sphinx 5.1.0
* #11096: LaTeX: shadowsize key of sphinxsetup causes PDF build to crash since
Sphinx 5.1.0
* #11095: LaTeX: shadow of topic and contents boxes not in page margin since
Sphinx 5.1.0
* #11100: Fix copying images when running under parallel mode.
- Disable test_copy_images tests as they need an internet access.
-------------------------------------------------------------------
Thu Jan 5 18:09:36 UTC 2023 - Martin Liška <mliska@suse.cz>