pymzML
pymzML copied to clipboard
Update dependency sphinx to v5.3.0
This PR contains the following updates:
| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| sphinx (changelog) | ==5.0.2 -> ==5.3.0 |
Release Notes
sphinx-doc/sphinx
v5.3.0
=====================================
- #10759: LaTeX: add :confval:
latex_table_styleand support the'booktabs','borderless', and'colorrows'styles. (thanks to Stefan Wiehler for initial pull requests #6666, #6671) - #10840: One can cross-reference including an option value like
:option:`--module=foobar```,:option:--module[=foobar]``` or ``:option:--module foobar```. Patch by Martin Liska. - #10881: autosectionlabel: Record the generated section label to the debug log.
- #10268: Correctly URI-escape image filenames.
- #10887: domains: Allow sections in all the content of all object description
directives (e.g. :rst:dir:
py:function). Patch by Adam Turner
v5.2.3
=====================================
- #10878: Fix base64 image embedding in
sphinx.ext.imgmath - #10886: Add
:nocontentsentry:flag and global domain table of contents entry control option. Patch by Adam Turner
v5.2.2
=====================================
- #10872: Restore link targets for autodoc modules to the top of content. Patch by Dominic Davis-Foster.
v5.2.1
=====================================
Bugs fixed
- #10861: Always normalise the
pycon3lexer topycon. - Fix using
sphinx.ext.autosummarywith modules containing titles in the module-level docstring.
v5.2.0.post0
===========================================
- Recreated source tarballs for Debian maintainers.
v5.2.0
===========================================
- Recreated source tarballs for Debian maintainers.
v5.1.1
=====================================
Bugs fixed
- #10701: Fix ValueError in the new
dequebasedsphinx.ext.napoleaniterator implementation. - #10702: Restore compatability with third-party builders.
v5.1.0
=====================================
Dependencies
- #10656: Support
Docutils 0.19_. Patch by Adam Turner.
.. _Docutils 0.19: https://docutils.sourceforge.io/RELEASE-NOTES.html#release-0-19-2022-07-05
Deprecated
- #10467: Deprecated
sphinx.util.stemmerin favour ofsnowballstemmer. Patch by Adam Turner. - #9856: Deprecated
sphinx.ext.napoleon.iterators.
Features added
- #10444: html theme: Allow specifying multiple CSS files through the
stylesheetsetting intheme.confor by settinghtml_styleto an iterable of strings. - #10366: std domain: Add support for emphasising placeholders in :rst:dir:
optiondirectives through a new :confval:option_emphasise_placeholdersconfiguration option. - #10439: std domain: Use the repr of some variables when displaying warnings, making whitespace issues easier to identify.
- #10571: quickstart: Reduce content in the generated
conf.pyfile. Patch by Pradyun Gedam. - #10648: LaTeX: CSS-named-alike additional :ref:
'sphinxsetup' <latexsphinxsetup>keys allow to configure four separate border-widths, four paddings, four corner radii, a shadow (possibly inset), colours for border, background, shadow for each of the code-block, topic, attention, caution, danger, error and warning directives. - #10655: LaTeX: Explain non-standard encoding in LatinRules.xdy
- #10599: HTML Theme: Wrap consecutive footnotes in an
<aside>element when using Docutils 0.18 or later, to allow for easier styling. This matches the behaviour introduced in Docutils 0.19. Patch by Adam Turner. - #10518: config: Add
include_patternsas the opposite ofexclude_patterns. Patch by Adam Turner.
Bugs fixed
- #10594: HTML Theme: field term colons are doubled if using Docutils 0.18+
- #10596: Build failure if Docutils version is 0.18 (not 0.18.1) due
to missing
Node.findall() - #10506: LaTeX: build error if highlighting inline code role in figure caption (refs: #10251)
- #10634: Make -P (pdb) option work better with exceptions triggered from events
- #10550: py domain: Fix spurious whitespace in unparsing various operators (
+,-,~, and**). Patch by Adam Turner (refs: #10551). - #10460: logging: Always show node source locations as absolute paths.
- HTML Search: HTML tags are displayed as a part of object name
- HTML Search: search snipets should not be folded
- HTML Search: Minor errors are emitted on fetching search snipets
- HTML Search: The markers for header links are shown in the search result
- #10520: HTML Theme: Fix use of sidebar classes in
agogo.css_t. - #6679: HTML Theme: Fix inclusion of hidden toctrees in the agogo theme.
- #10566: HTML Theme: Fix enable_search_shortcuts does not work
- #8686: LaTeX: Text can fall out of code-block at end of page and leave artifact on next page
- #10633: LaTeX: user injected
\colorcommands in topic or admonition boxes may cause color leaks in PDF due to upstreamframed.sty <https://ctan.org/pkg/framed>_ bug - #10638: LaTeX: framed coloured boxes in highlighted code (e.g. highlighted
diffs using Pygments style
'manni') inherit thickness of code-block frame - #10647: LaTeX: Only one
\labelis generated fordesc_signaturenode even if it has multiple node IDs - #10579: i18n: UnboundLocalError is raised on translating raw directive
- #9577, #10088: py domain: Fix warning for duplicate Python references when
using
:any:and autodoc. - #10548: HTML Search: fix minor summary issues.
Configuration
📅 Schedule: Branch creation - "before 6am on the first day of the month" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, click this checkbox.
This PR has been generated by Mend Renovate. View repository job log here.







