Skip to content

Build(deps): bump sphinx-substitution-extensions from 2025.1.2 to 2025.11.17#1533

Merged
dgarcia360 merged 1 commit intomasterfrom
dependabot/pip/sphinx-substitution-extensions-2025.11.17
Nov 24, 2025
Merged

Build(deps): bump sphinx-substitution-extensions from 2025.1.2 to 2025.11.17#1533
dgarcia360 merged 1 commit intomasterfrom
dependabot/pip/sphinx-substitution-extensions-2025.11.17

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 24, 2025

Bumps sphinx-substitution-extensions from 2025.1.2 to 2025.11.17.

Release notes

Sourced from sphinx-substitution-extensions's releases.

Release 2025.11.17

2025.11.17 (2025-11-17)

Release 2025.10.24

2025.10.24 (2025-10-24)

Release 2025.06.06

2025.06.06 (2025-06-06)

Release 2025.04.03

2025.04.03 (2025-04-03)

Release 2025.03.03

2025.03.03 (2025-03-03)

Release 2025.02.19

2025.02.19 (2025-02-19)

Changelog

Sourced from sphinx-substitution-extensions's changelog.

2025.11.17

  • Give version in extension metadata.

  • literalinclude directive now supports the following options:

    • :content-substitutions: - Performs substitutions on the included file content.
    • :path-substitutions: - Performs substitutions on the file path.
  • image directive now supports the following option:

    • :path-substitutions: - Performs substitutions on the image file path.
  • Add substitutions_default_enabled configuration option to enable substitutions by default. When set to True in conf.py:

    • Substitutions are applied to all code-block directives without requiring the :substitutions: flag. Use the :nosubstitutions: flag on individual code blocks to disable substitutions when the default is enabled.
    • Substitutions are applied to all literalinclude directives (both content and path) without requiring the :content-substitutions: or :path-substitutions: flags. Use the :nocontent-substitutions: or :nopath-substitutions: flags on individual literalinclude directives to disable substitutions when the default is enabled.
    • Substitutions are applied to all image directives (path) without requiring the :path-substitutions: flag. Use the :nopath-substitutions: flag on individual image directives to disable substitutions when the default is enabled.

2025.10.24

2025.06.06

2025.04.03

2025.03.03

  • Add support for Python 3.10.

2025.02.19

  • Support the substitution-code role in MyST documents.
  • Support the substitution-download role in MyST documents.
  • Drop support for Python 3.10.

2025.01.02

  • Supports situations where there is no source file name available to the extension, such as when using sphinx_toolbox.rest_example.

2024.10.17

... (truncated)

Commits
  • a8f3746 Bump CHANGELOG
  • 2ceca0f Merge pull request #1264 from adamtheturtle/fix-md-sample
  • 3e26f1f Add Markdown examples for new directive support
  • 549be97 Merge pull request #1263 from adamtheturtle/image-subst
  • 0b675f8 Remove some comments
  • 0debe43 Fix mypy
  • b74929a Fix pyright and use more useful sample image
  • ebdd07e Add images to the samples
  • fc80e88 Add path substitutions for images
  • 739cca0 Merge pull request #1262 from adamtheturtle/add-default-substitutions-config
  • Additional commits viewable in compare view

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 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 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)

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Nov 24, 2025
@dgarcia360 dgarcia360 merged commit 03ac79d into master Nov 24, 2025
3 checks passed
@dependabot dependabot Bot deleted the dependabot/pip/sphinx-substitution-extensions-2025.11.17 branch November 24, 2025 07:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant