Skip to content

Commit

Permalink
chore(deps): update dependency sphinx to v8.1.1 (#877)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [sphinx](https://redirect.github.com/sphinx-doc/sphinx)
([changelog](https://www.sphinx-doc.org/en/master/changes.html)) |
`==8.0.2` -> `==8.1.1` |
[![age](https://developer.mend.io/api/mc/badges/age/pypi/sphinx/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/pypi/sphinx/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/pypi/sphinx/8.0.2/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/pypi/sphinx/8.0.2/8.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

### Release Notes

<details>
<summary>sphinx-doc/sphinx (sphinx)</summary>

###
[`v8.1.1`](https://redirect.github.com/sphinx-doc/sphinx/blob/HEAD/CHANGES.rst#Release-811-in-development)

[Compare
Source](https://redirect.github.com/sphinx-doc/sphinx/compare/v8.1.0...v8.1.1)

\==============================

## Bugs fixed

-
[#&#8203;13006](https://redirect.github.com/sphinx-doc/sphinx/issues/13006):
Use the preferred https://www.cve.org/ URL for
    the :rst:role:`:cve: <cve>` role.
    Patch by Hugo van Kemenade.
-
[#&#8203;13007](https://redirect.github.com/sphinx-doc/sphinx/issues/13007):
LaTeX: Improve resiliency when the required
    `fontawesome` or `fontawesome5` packages are not installed.
    Patch by Jean-François B.

###
[`v8.1.0`](https://redirect.github.com/sphinx-doc/sphinx/blob/HEAD/CHANGES.rst#Release-810-released-Oct-10-2024)

[Compare
Source](https://redirect.github.com/sphinx-doc/sphinx/compare/v8.0.2...v8.1.0)

\=====================================

## Dependencies

-
[#&#8203;12756](https://redirect.github.com/sphinx-doc/sphinx/issues/12756):
Add lower-bounds to the `sphinxcontrib-*` dependencies.
    Patch by Adam Turner.
-
[#&#8203;12833](https://redirect.github.com/sphinx-doc/sphinx/issues/12833):
Update the LaTeX `parskip` package from 2001 to 2018.
    Patch by Jean-François B.

## Incompatible changes

-
[#&#8203;12763](https://redirect.github.com/sphinx-doc/sphinx/issues/12763):
Remove unused internal class `sphinx.util.Tee`.
    Patch by Adam Turner.
-
[#&#8203;12822](https://redirect.github.com/sphinx-doc/sphinx/issues/12822):
LaTeX: for Unicode engines, the :ref:`fvset` default is changed to
    `'\\fvset{fontsize=auto}'` from `'\\fvset{fontsize=\\small}'`.
Code-blocks are unchanged as FreeMono is now loaded with `Scale=0.9`.
An adjustment to existing projects is needed only if they used a custom
    :ref:`fontpkg` configuration and did not set :ref:`fvset`.
    Patch by Jean-François B.
-
[#&#8203;12875](https://redirect.github.com/sphinx-doc/sphinx/issues/12875):
Disable smartquotes for languages: `zh_CN` and `zh_TW` by default.
    Patch by A. Rafey Khan.

## Deprecated

-
[#&#8203;12762](https://redirect.github.com/sphinx-doc/sphinx/issues/12762):
Deprecate `sphinx.util.import_object`.
    Use :py:func:`importlib.import_module` instead.
    Patch by Adam Turner.
-
[#&#8203;12766](https://redirect.github.com/sphinx-doc/sphinx/issues/12766):
Deprecate `sphinx.util.FilenameUniqDict`
    and `sphinx.util.DownloadFiles`.
    Patch by Adam Turner.

## Features added

-
[#&#8203;11328](https://redirect.github.com/sphinx-doc/sphinx/issues/11328):
Mention evaluation of templated content during production of static
    output files.
    Patch by James Addison.
-
[#&#8203;12704](https://redirect.github.com/sphinx-doc/sphinx/issues/12704):
LaTeX: make :dudir:`contents <table-of-contents>`, :dudir:`topic`,
and :dudir:`sidebar` directives separately customizable for PDF output.
    Patch by Jean-François B. and Bénédikt Tran.
-
[#&#8203;12474](https://redirect.github.com/sphinx-doc/sphinx/issues/12474):
Support type-dependent search result highlighting via CSS.
    Patch by Tim Hoffmann.
-
[#&#8203;12652](https://redirect.github.com/sphinx-doc/sphinx/issues/12652):
LaTeX: Add :confval:`math_numsep` support to latex builder.
    Patch by Thomas Fanning and Jean-François B.
-
[#&#8203;12743](https://redirect.github.com/sphinx-doc/sphinx/issues/12743):
No longer exit on the first warning when
:option:`--fail-on-warning <sphinx-build --fail-on-warning>` is used.
    Instead, exit with a non-zero status if any warnings were generated
    during the build.
    Patch by Adam Turner.
-
[#&#8203;12743](https://redirect.github.com/sphinx-doc/sphinx/issues/12743):
Add :option:`sphinx-build --exception-on-warning`,
    to raise an exception when warnings are emitted during the build.
    Patch by Adam Turner and Jeremy Maitin-Shepard.
-
[#&#8203;12907](https://redirect.github.com/sphinx-doc/sphinx/issues/12907):
Add :confval:`html_last_updated_use_utc` to allow using
    universal time (GMT/UTC) instead of local time for the date-time
    supplied to :confval:`html_last_updated_fmt`.
    Patch by Adam Turner.
-
[#&#8203;12910](https://redirect.github.com/sphinx-doc/sphinx/issues/12910):
Copyright entries now support the `'%Y'` placeholder
    to substitute the current year.
    This is helpful for reducing the reliance on Python modules
    such as :py:mod:`time` or :py:mod:`datetime` in :file:`conf.py`.
    See :ref:`the docs <config-copyright>` for further detail.
    Patch by Adam Turner.
-
[#&#8203;11781](https://redirect.github.com/sphinx-doc/sphinx/issues/11781):
Add roles for referencing CVEs (:rst:role:`:cve: <cve>`)
    and CWEs (:rst:role:`:cwe: <cwe>`).
    Patch by Hugo van Kemenade.
-
[#&#8203;11809](https://redirect.github.com/sphinx-doc/sphinx/issues/11809):
Improve the formatting for RFC section anchors.
    Patch by Jakub Stasiak and Adam Turner.
-
[#&#8203;12852](https://redirect.github.com/sphinx-doc/sphinx/issues/12852):
Support a :attr:`.Builder.supported_linkcode` attribute
    for builders to enable use of :mod:`sphinx.ext.linkcode`-generated
    references.
    Patch by James Knight.
-
[#&#8203;12949](https://redirect.github.com/sphinx-doc/sphinx/issues/12949):
Print configuration options that differ from the pickled environment.
    This can be helpful in diagnosing the cause of a full rebuild.
    Patch by Adam Turner.

## Bugs fixed

-
[#&#8203;12514](https://redirect.github.com/sphinx-doc/sphinx/issues/12514):
intersphinx: fix the meaning of a negative value for
    :confval:`intersphinx_cache_limit`.
    Patch by Shengyu Zhang.
-
[#&#8203;12722](https://redirect.github.com/sphinx-doc/sphinx/issues/12722):
LaTeX: avoid TeX reporting `Overfull \hbox` from too long
strings in a codeline when the problem has actually been solved thanks
    to :ref:`latexsphinxsetupforcewraps`.
    Patch by Jean-François B.
-
[#&#8203;12730](https://redirect.github.com/sphinx-doc/sphinx/issues/12730):
The `UnreferencedFootnotesDetector` transform has been improved
    to more consistently detect unreferenced footnotes.
Note, the priority of the transform has been changed from 200 to 622,
so that it now runs after the docutils `Footnotes` resolution transform.
    Patch by Chris Sewell.
-
[#&#8203;12778](https://redirect.github.com/sphinx-doc/sphinx/issues/12778):
LaTeX: let :ref:`'sphinxsetup' <latexsphinxsetup>`
    `div.topic_box-shadow` key if used with only one dimension set both
    x-offset and y-offset as per documentation.
    Patch by Jean-François B.
-
[#&#8203;12587](https://redirect.github.com/sphinx-doc/sphinx/issues/12587):
Do not warn when potential ambiguity detected during Intersphinx
resolution occurs due to duplicate targets that differ
case-insensitively.
    Patch by James Addison.
-
[#&#8203;12639](https://redirect.github.com/sphinx-doc/sphinx/issues/12639):
Fix singular and plural search results text.
    Patch by Hugo van Kemenade.
-
[#&#8203;12645](https://redirect.github.com/sphinx-doc/sphinx/issues/12645):
Correctly support custom gettext output templates.
    Patch by Jeremy Bowman.
-
[#&#8203;12717](https://redirect.github.com/sphinx-doc/sphinx/issues/12717):
LaTeX: let :option:`-q <sphinx-build -q>` (quiet) option for
:program:`sphinx-build -M latexpdf` or :program:`make latexpdf` (`O=-q`)
get passed to :program:`latexmk`. Let :option:`-Q <sphinx-build -Q>`
    (silent) apply as well to the PDF build phase.
    Patch by Jean-François B.
-
[#&#8203;12744](https://redirect.github.com/sphinx-doc/sphinx/issues/12744):
LaTeX: Classes injected by a custom interpreted text role now give
rise to nested `\DUrole`'s, rather than a single one with comma
separated
    classes.
    Patch by Jean-François B.
-
[#&#8203;12831](https://redirect.github.com/sphinx-doc/sphinx/issues/12831):
LaTeX: avoid large voids sometimes occurring at page bottoms.
    Patch by Jean-François B.
-
[#&#8203;11970](https://redirect.github.com/sphinx-doc/sphinx/issues/11970),
[#&#8203;12551](https://redirect.github.com/sphinx-doc/sphinx/issues/12551):
singlehtml builder: make target URIs to be same-document
    references in the sense of :rfc:`RFC 3986, §4.4 <3986#section-4.4>`,
    e.g., `index.html#foo` becomes `#foo`.
    (note: continuation of a partial fix added in Sphinx 7.3.0)
Patch by James Addison (with reference to prior work by Eric Norige).
-
[#&#8203;12735](https://redirect.github.com/sphinx-doc/sphinx/issues/12735):
Fix :pep:`695` generic classes LaTeX output formatting.
    Patch by Jean-François B. and Bénédikt Tran.
-
[#&#8203;12782](https://redirect.github.com/sphinx-doc/sphinx/issues/12782):
intersphinx: fix double forward slashes when generating the inventory
file URL (user-defined base URL of an intersphinx project are left
untouched
    even if they end with double forward slashes).
    Patch by Bénédikt Tran.
-
[#&#8203;12796](https://redirect.github.com/sphinx-doc/sphinx/issues/12796):
Enable parallel reading if requested,
    even if there are fewer than 6 documents.
    Patch by Matthias Geier.
-
[#&#8203;12844](https://redirect.github.com/sphinx-doc/sphinx/issues/12844):
Restore support for `:noindex:` for the :rst:dir:`js:module`
    and :rst:dir:`py:module` directives.
    Patch by Stephen Finucane.
-
[#&#8203;12916](https://redirect.github.com/sphinx-doc/sphinx/issues/12916):
Restore support for custom templates named with the legacy `_t`
    suffix during `apidoc` RST rendering (regression in 7.4.0).
    Patch by James Addison.
-
[#&#8203;12451](https://redirect.github.com/sphinx-doc/sphinx/issues/12451):
Only substitute copyright notice years with values from
`SOURCE_DATE_EPOCH` for entries that match the current system clock
year,
    and disallow substitution of future years.
    Patch by James Addison and Adam Turner.
-
[#&#8203;12905](https://redirect.github.com/sphinx-doc/sphinx/issues/12905):
intersphinx: fix flipped use of :confval:`intersphinx_cache_limit`,
which always kept the cache for positive values, and always refreshed it
for
    negative ones.
    Patch by Nico Madysa.
-
[#&#8203;12888](https://redirect.github.com/sphinx-doc/sphinx/issues/12888):
Add a warning when document is included in multiple toctrees
and ensure deterministic resolution of global toctree in parallel builds
    by choosing the lexicographically greatest parent document.
    Patch by A. Rafey Khan
-
[#&#8203;12995](https://redirect.github.com/sphinx-doc/sphinx/issues/12995):
Significantly improve performance when building the search index
    for Chinese languages.
    Patch by Adam Turner.
-
[#&#8203;12767](https://redirect.github.com/sphinx-doc/sphinx/issues/12767):
:py:meth:`.Builder.write` is typed as `final`, meaning that the
    :event:`write-started` event may be relied upon by extensions.
    A new :py:meth:`.Builder.write_documents` method has been added to
    control how documents are written.
This is intended for builders that do not output a file for each
document.
    Patch by Adam Turner.

## Testing

-
[#&#8203;12141](https://redirect.github.com/sphinx-doc/sphinx/issues/12141):
Migrate from the deprecated `karma` JavaScript test framework to
the actively-maintained `jasmine` framework. Test coverage is
unaffected.
    Patch by James Addison.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/secretflow/spu).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMTUuMSIsInVwZGF0ZWRJblZlciI6IjM4LjExNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 12, 2024
1 parent 377805a commit a99b711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
myst-parser==4.0.0
rstcheck==6.2.4
sphinx==8.0.2
sphinx==8.1.1
nbsphinx==0.9.5
sphinx-autobuild==2024.10.3
sphinx-markdown-parser==0.2.4
Expand Down

0 comments on commit a99b711

Please sign in to comment.