Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 1, 2026

Bumps the dependencies group with 8 updates in the / directory:

Package From To
ansys-sphinx-theme[autoapi] 1.5.2 1.7.0
nbsphinx 0.9.7 0.9.8
numpydoc 1.9.0 1.10.0
sphinx 8.1.3 9.1.0
sphinx-autodoc-typehints 3.0.1 3.6.2
sphinx-design 0.6.1 0.7.0
sphinxcontrib-globalsubs 0.1.2 1.0.0
sphinxnotes-strike 1.2.1 2.0

Updates ansys-sphinx-theme[autoapi] from 1.5.2 to 1.7.0

Release notes

Sourced from ansys-sphinx-theme[autoapi]'s releases.

v1.7.0

Added

Fixed

... (truncated)

Commits

Updates nbsphinx from 0.9.7 to 0.9.8

Release notes

Sourced from nbsphinx's releases.

nbsphinx 0.9.8

https://pypi.org/project/nbsphinx/0.9.8/

  • Re-enable Sphinx 8.2+
  • Support text/x-rst MIME type in raw cells
  • Support for mathjax4_config
Changelog

Sourced from nbsphinx's changelog.

Version 0.9.8 -- 2025-11-28 -- PyPI__ -- diff__

  • Re-enable Sphinx 8.2+
  • Support text/x-rst MIME type in raw cells
  • Support for mathjax4_config

__ https://pypi.org/project/nbsphinx/0.9.8/ __ spatialaudio/nbsphinx@0.9.7...0.9.8

Version 0.9.7 -- 2025-03-03 -- PyPI__ -- diff__

  • Disable Sphinx 8.2+ (for now)

__ https://pypi.org/project/nbsphinx/0.9.7/ __ spatialaudio/nbsphinx@0.9.6...0.9.7

Version 0.9.6 -- 2024-12-24 -- PyPI__ -- diff__

  • Markdown: allow lists without leading blank line

__ https://pypi.org/project/nbsphinx/0.9.6/ __ spatialaudio/nbsphinx@0.9.5...0.9.6

Version 0.9.5 -- 2024-08-13 -- PyPI__ -- diff__

  • Miscellaneous fixes

__ https://pypi.org/project/nbsphinx/0.9.5/ __ spatialaudio/nbsphinx@0.9.4...0.9.5

Version 0.9.4 -- 2024-05-06 -- PyPI__ -- diff__

  • Require docutils >= 0.18.1
  • Minor fixes, documentation and CI updates

__ https://pypi.org/project/nbsphinx/0.9.4/ __ spatialaudio/nbsphinx@0.9.3...0.9.4

Version 0.9.3 -- 2023-08-27 -- PyPI__ -- diff__

  • Fix gallery regression in Sphinx 7.2

__ https://pypi.org/project/nbsphinx/0.9.3/ __ spatialaudio/nbsphinx@0.9.2...0.9.3

Version 0.9.2 -- 2023-05-24 -- PyPI__ -- diff__

  • Improve support for sphinx_immaterial theme
  • Improve support for links starting with #
  • Add support for in-text citations
  • LaTeX: Add support for admonition titles

__ https://pypi.org/project/nbsphinx/0.9.2/ __ spatialaudio/nbsphinx@0.9.1...0.9.2

Version 0.9.1 -- 2023-03-14 -- PyPI__ -- diff__

  • pandoc: disable "smart" option only for version 2.0+

... (truncated)

Commits
  • 4f07420 Release 0.9.8
  • 75d6770 Avoid a logging error
  • dd96f11 DOC: Update URL for the <img> element
  • d97c011 Add support for mathjax4_config (#854)
  • 4882668 Fix nbsphinx_assume_equations to work with newer versions of Sphinx
  • 95372a7 CI: use "uv" for "publish" workflow
  • 9ce8c26 setup.py -> pyproject.toml
  • 394b9ee DOC: use anonymous hyperlinks for embedded URLs
  • ab85921 Bump actions/upload-artifact from 4 to 5
  • 76122c2 Bump actions/download-artifact from 4 to 6
  • Additional commits viewable in compare view

Updates numpydoc from 1.9.0 to 1.10.0

Commits

Updates sphinx from 8.1.3 to 9.1.0

Release notes

Sourced from sphinx's releases.

Sphinx 9.1.0

Changelog: https://www.sphinx-doc.org/en/master/changes.html

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support. Patch by Adam Turner

Features added

  • Add add_static_dir() for copying static assets from extensions to the build output. Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate :no-index-entry: for modules. Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
  • Fix tests for Python 3.15. Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing. Patch by Adam Turner
  • Remove incorrect static typing assertions. Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
  • #14207: Fix creating HTMLThemeFactory objects in third-party extensions. Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#8854) of the documentation of literalblockcappos key of sphinxsetup. Patch by Jean-François B.

... (truncated)

Changelog

Sourced from sphinx's changelog.

Release 9.1.0 (released Dec 31, 2025)

Dependencies

  • #14153: Drop Python 3.11 support.
  • #12555: Drop Docutils 0.20 support. Patch by Adam Turner

Features added

  • Add :meth:~sphinx.application.Sphinx.add_static_dir for copying static assets from extensions to the build output. Patch by Jared Dillard

Bugs fixed

  • #14189: autodoc: Fix duplicate :no-index-entry: for modules. Patch by Adam Turner
  • #13713: Fix compatibility with MyST-Parser. Patch by Adam Turner
  • Fix tests for Python 3.15. Patch by Adam Turner
  • #14089: autodoc: Fix default option parsing. Patch by Adam Turner
  • Remove incorrect static typing assertions. Patch by Adam Turner
  • #14050: LaTeXTranslator fails to build documents using the "acronym" standard role. Patch by Günter Milde
  • LaTeX: Fix rendering for grid filled merged vertical cell. Patch by Tim Nordell
  • #14228: LaTeX: Fix overrun footer for cases of merged vertical table cells. Patch by Tim Nordell
  • #14207: Fix creating HTMLThemeFactory objects in third-party extensions. Patch by Adam Turner
  • #3099: LaTeX: PDF build crashes if a code-block contains more than circa 1350 codelines (about 27 a4-sized pages at default pointsize). Patch by Jean-François B.
  • #14064: LaTeX: TABs ending up in sphinxVerbatim fail to obey tab stops. Patch by Jean-François B.
  • #14089: autodoc: Improve support for non-weakreferencable objects. Patch by Adam Turner
  • LaTeX: Fix accidental removal at 3.5.0 (#8854) of the documentation of literalblockcappos key of :ref:'sphinxsetup' <latexsphinxsetup>. Patch by Jean-François B.
Commits
  • cc7c6f4 Bump to 9.1.0 final
  • b127b94 Add app.add_static_dir() for copying extension static files (#14219)
  • 20f1c46 LaTeX: Inhibit breaks for rows with merged vertical cells (#14227)
  • 3c85411 Polish CHANGES.rst (#14225)
  • 9ee5446 LaTeX: restore 1.7 documentation of literalblockcappos (#14224)
  • d75d602 LaTeX: improve (again...) some code comments in time for 9.1.0 (#14222)
  • 8dca61d Improve some LaTeX code comments (#14220)
  • 8ab9600 Bump to 9.1.0 candidate 2
  • d59b237 autodoc: Improve support for non-weakreferencable objects
  • 964424b Use the correct reference for using existing extensions (#14157)
  • Additional commits viewable in compare view

Updates sphinx-autodoc-typehints from 3.0.1 to 3.6.2

Release notes

Sourced from sphinx-autodoc-typehints's releases.

3.6.2

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.6.1...3.6.2

3.6.1

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.6.0...3.6.1

3.6.0

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.5.2...3.6.0

3.5.2

What's Changed

New Contributors

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.5.1...3.5.2

3.5.1

What's Changed

Full Changelog: tox-dev/sphinx-autodoc-typehints@3.5.0...3.5.1

3.5.0

... (truncated)

Commits

Updates sphinx-design from 0.6.1 to 0.7.0

Release notes

Sourced from sphinx-design's releases.

v0.7.0

What's Changed

New Contributors

Full Changelog: executablebooks/sphinx-design@v0.6.1...v0.7.0

Changelog

Sourced from sphinx-design's changelog.

0.7.0 - 2025-01-19

Dependencies

  • ⬆️ Drop Python 3.9 & 3.10, support Python 3.14 by {user}chrisjsewell in {pr}250
  • ⬆️ Drop Sphinx v6, add Sphinx v9 support by {user}chrisjsewell in {pr}250 and {pr}255
  • ⬆️ Update Material Design Icons to v4.0.0-116-ge9da21 by {user}2bndy5 in {pr}223

Docs

  • 📚 Document muted, white, and black semantic colors by {user}agriyakhetarpal in {pr}216
Commits
  • 2e1bb52 🚀 Release v0.7.0 (#256)
  • 6c906da ⬆️ Add Sphinx 9 support (#255)
  • 6325b6f 🔧 Add commit/pr info to AGENTS.md (#254)
  • 0b9c231 🔧 Add copilot-setup-steps.yml workflow for GitHub Copilot coding agent (#253)
  • f2f1be8 🔧 Remove unintended file (#252)
  • 5f9335a 🔧 Add AGENTS.md (#251)
  • d8daebf ⬆️ Drop Python 3.9 & 3.10, support Python 3.14; Drop sphinx v6 (#250)
  • b3d6edd 📚 Document muted, white, and black semantic colors (#216)
  • 18afa33 ⬆️ Update Material Design Icons to v4.0.0-116-ge9da21 (#223)
  • a726237 🧪 add regression test for available material icons (#224)
  • See full diff in compare view

Updates sphinxcontrib-globalsubs from 0.1.2 to 1.0.0

Commits

Updates sphinxnotes-strike from 1.2.1 to 2.0

Release notes

Sourced from sphinxnotes-strike's releases.

2.0

Changelog: https://sphinx.silverrainz.me/strike/changelog.html

1.5

Changelog: https://sphinx.silverrainz.me/strike/changelog.html

1.4

Changelog: https://sphinx.silverrainz.me/strike/changelog.html

1.3

Changelog: https://sphinx.silverrainz.me/strike/changelog.html

Changelog

Sourced from sphinxnotes-strike's changelog.

.. This file is generated from sphinx-notes/cookiecutter. You need to consider modifying the TEMPLATE or modifying THIS FILE.

========== Change Log

.. hint:: You may want to learn about our Release Strategy__

__ https://sphinx.silverrainz.me/release.html

.. Example:

1.0

.. version:: _ :date: yyyy-mm-dd

Change log here.

2.x

.. version:: 2.0 :date: 2026-01-03

  • fix: Fix typo in warning subtype for unsupported builder (:pull:16)

  • Drop all logic about supported builder (:pull:17)

    .. warning::

    This this a BREAKING changes to builders that support strike role. Please checkout :issue:12 for more details.

    End users are unaffected.

1.x

.. version:: 1.5 :date: 2025-11-15

  • fix: :version:1.4 breaks linkcheck builder and likely other builders (:issue:14)

.. version:: 1.4 :date: 2025-11-14

  • fix: Avoid an error which occurred when another extension has already added

... (truncated)

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the dependencies group with 8 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [ansys-sphinx-theme[autoapi]](https://github.com/ansys/ansys-sphinx-theme) | `1.5.2` | `1.7.0` |
| [nbsphinx](https://github.com/spatialaudio/nbsphinx) | `0.9.7` | `0.9.8` |
| [numpydoc](https://github.com/numpy/numpydoc) | `1.9.0` | `1.10.0` |
| [sphinx](https://github.com/sphinx-doc/sphinx) | `8.1.3` | `9.1.0` |
| [sphinx-autodoc-typehints](https://github.com/tox-dev/sphinx-autodoc-typehints) | `3.0.1` | `3.6.2` |
| [sphinx-design](https://github.com/executablebooks/sphinx-design) | `0.6.1` | `0.7.0` |
| [sphinxcontrib-globalsubs](https://github.com/missinglinkelectronics/sphinxcontrib-globalsubs) | `0.1.2` | `1.0.0` |
| [sphinxnotes-strike](https://github.com/sphinx-notes/strike) | `1.2.1` | `2.0` |



Updates `ansys-sphinx-theme[autoapi]` from 1.5.2 to 1.7.0
- [Release notes](https://github.com/ansys/ansys-sphinx-theme/releases)
- [Commits](ansys/ansys-sphinx-theme@v1.5.2...v1.7.0)

Updates `nbsphinx` from 0.9.7 to 0.9.8
- [Release notes](https://github.com/spatialaudio/nbsphinx/releases)
- [Changelog](https://github.com/spatialaudio/nbsphinx/blob/master/NEWS.rst)
- [Commits](spatialaudio/nbsphinx@0.9.7...0.9.8)

Updates `numpydoc` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/numpy/numpydoc/releases)
- [Changelog](https://github.com/numpy/numpydoc/blob/main/RELEASE.rst)
- [Commits](numpy/numpydoc@v1.9.0...v1.10.0)

Updates `sphinx` from 8.1.3 to 9.1.0
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v8.1.3...v9.1.0)

Updates `sphinx-autodoc-typehints` from 3.0.1 to 3.6.2
- [Release notes](https://github.com/tox-dev/sphinx-autodoc-typehints/releases)
- [Commits](tox-dev/sphinx-autodoc-typehints@3.0.1...3.6.2)

Updates `sphinx-design` from 0.6.1 to 0.7.0
- [Release notes](https://github.com/executablebooks/sphinx-design/releases)
- [Changelog](https://github.com/executablebooks/sphinx-design/blob/main/CHANGELOG.md)
- [Commits](executablebooks/sphinx-design@v0.6.1...v0.7.0)

Updates `sphinxcontrib-globalsubs` from 0.1.2 to 1.0.0
- [Commits](https://github.com/missinglinkelectronics/sphinxcontrib-globalsubs/commits)

Updates `sphinxnotes-strike` from 1.2.1 to 2.0
- [Release notes](https://github.com/sphinx-notes/strike/releases)
- [Changelog](https://github.com/sphinx-notes/strike/blob/master/docs/changelog.rst)
- [Commits](sphinx-notes/strike@1.2.1...2.0)

---
updated-dependencies:
- dependency-name: ansys-sphinx-theme[autoapi]
  dependency-version: 1.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: nbsphinx
  dependency-version: 0.9.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: numpydoc
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx
  dependency-version: 9.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: sphinx-autodoc-typehints
  dependency-version: 3.6.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinx-design
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: sphinxcontrib-globalsubs
  dependency-version: 1.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
- dependency-name: sphinxnotes-strike
  dependency-version: '2.0'
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Related with project dependencies maintenance Package and maintenance related labels Feb 1, 2026
@dependabot dependabot bot requested a review from ansloddos as a code owner February 1, 2026 19:57
@dependabot dependabot bot added maintenance Package and maintenance related dependencies Related with project dependencies labels Feb 1, 2026
Copy link
Collaborator

@ansloddos ansloddos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ansloddos ansloddos merged commit 924c9ba into main Feb 2, 2026
27 of 31 checks passed
@dependabot dependabot bot deleted the dependabot/pip/dependencies-9f2313cf08 branch February 2, 2026 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Related with project dependencies maintenance Package and maintenance related

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant