Skip to content

build(deps-dev): bump sphinx-argparse from 0.5.2 to 0.6.0#1327

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/sphinx-argparse-0.6.0
Open

build(deps-dev): bump sphinx-argparse from 0.5.2 to 0.6.0#1327
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/main/sphinx-argparse-0.6.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 1, 2026

Copy link
Copy Markdown
Contributor

Bumps sphinx-argparse from 0.5.2 to 0.6.0.

Release notes

Sourced from sphinx-argparse's releases.

Release v0.6.0

What's Changed

Full Changelog: sphinx-doc/sphinx-argparse@v0.5.2...v0.6.0

Changelog

Sourced from sphinx-argparse's changelog.

0.6.0

The following enhancements to the HTML output are described on the :doc:usage page.

  • Optional command index.
  • Optional :index-groups: field to the directive for an command-by-group index.
  • A sphinxarg_full_subcommand_name option to print fully-qualified sub-command headings. This option helps when more than one sub-command offers a create or list or other repeated sub-command.
  • Each command heading is a domain-specific link target. You can link to commands and sub-commands with the :ref: role, but this release adds support for the domain-specific role like :commands:command:`sample-directive-opts A` . The :commands:command: role supports linking from other projects through the intersphinx extension.

Changes

  • Previously, common headings such as Positional Arguments were subject to a process that made them unique by adding a _repeatX suffix to the HREF target. This release continues to support those HREF targets as secondary targets so that bookmarks continue to work. However, this release prefers using fully-qualified HREF targets like sample-directive-opts-positional-arguments as the primary HREF so that customers are less likely to witness the _repeatX link in URLs.
  • [#32](https://github.com/sphinx-doc/sphinx-argparse/issues/32) <https://github.com/sphinx-doc/sphinx-argparse/issues/32>__ Argparse commands are now part of a Sphinx domain
  • [#72](https://github.com/sphinx-doc/sphinx-argparse/issues/72) <https://github.com/sphinx-doc/sphinx-argparse/issues/72>__ Coloring in argparse output can be disabled (default)
  • [#87](https://github.com/sphinx-doc/sphinx-argparse/issues/87) <https://github.com/sphinx-doc/sphinx-argparse/issues/87>__ The :filename: input is now resolved only to the conf.py directory (srcdir in Sphinx)
  • [#89](https://github.com/sphinx-doc/sphinx-argparse/issues/89) <https://github.com/sphinx-doc/sphinx-argparse/pull/89>__ Changed the way mock from autodoc is important to work around a persistent Sphinx bug
Commits
  • f918d4e Bumped version to 0.6.0
  • 9a74f45 Updated changelog
  • 8959ab6 Dropped Sphinx upper version limit
  • 0341103 Added try-catch for autodoc mock-import
  • 528aa98 Fixed mypy warning from CI
  • abd20c5 Changed mypy python version to 3.13 + Fixed mypy in a test + Re-enabled mypy ...
  • 61b8bf0 Updated changelog
  • de7c367 Removed pass from OSerror
  • 00964a3 Updated docs
  • 61365d0 Fixed tests through mock
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
sphinx-argparse [>= 0.3.a, < 0.4]

Dependabot compatibility score

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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [sphinx-argparse](https://github.com/sphinx-doc/sphinx-argparse) from 0.5.2 to 0.6.0.
- [Release notes](https://github.com/sphinx-doc/sphinx-argparse/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx-argparse/blob/main/docs/changelog.rst)
- [Commits](sphinx-doc/sphinx-argparse@v0.5.2...v0.6.0)

---
updated-dependencies:
- dependency-name: sphinx-argparse
  dependency-version: 0.6.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Packages this project depends on label Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Packages this project depends on

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants