Skip to content

chore(deps): update sphinx-design requirement from >=0.6 to >=0.6.1#8

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sphinx-design-gte-0.6.1
Open

chore(deps): update sphinx-design requirement from >=0.6 to >=0.6.1#8
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pip/sphinx-design-gte-0.6.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 25, 2026

Warning

Dependabot will stop supporting python v3.9!

Please upgrade to one of the following versions: v3.9, v3.10, v3.11, v3.12, v3.13, or v3.14.

Updates the requirements on sphinx-design to permit the latest version.

Release notes

Sourced from sphinx-design's releases.

v0.6.1

What's Changed

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

Changelog

Sourced from sphinx-design's changelog.

0.6.1 - 2024-08-02

  • ⬆️ Update sphinx to >=6,<9 by {user}chrisjsewell in {pr}212
  • 👌 Reduce right-padding of dropdown title by {user}chrisjsewell in {pr}198

0.6.0 - 2024-05-23

Dependencies

  • ⬆️ Python v3.9-3.12 by {user}chrisjsewell in {pr}186
  • ⬆️ Octicon icons to v19.8.0 by {user}ffvpor in {pr}171

New

✨ Create custom directives

You can use the sd_custom_directives configuration option in your conf.py to add custom directives, with default option values:

sd_custom_directives = {
  "dropdown-syntax": {
    "inherit": "dropdown",
    "argument": "Syntax",
    "options": {
      "color": "primary",
      "icon": "code",
    },
  }
}

The key is the new directive name to add, and the value is a dictionary with the following keys:

  • inherit: The directive to inherit from (e.g. dropdown)
  • argument: The default argument (optional, only for directives that take a single argument)
  • options: A dictionary of default options for the directive (optional)

by {user}chrisjsewell in {pr}194

✨ sync tabs by URL query parameters

Synchronised tabs can now be selected by adding a query parameter to the URL, for that sync-group, such as ?code=python for

.. tab-set-code::
.. literalinclude:: snippet.py
    :language: python
.. literalinclude:: snippet.js

</tr></table>

... (truncated)

Commits

@dependabot dependabot Bot added dependencies Dependency updates python Python (pip) dependencies labels May 25, 2026
@dependabot dependabot Bot force-pushed the dependabot/pip/sphinx-design-gte-0.6.1 branch 3 times, most recently from 9a9d4c1 to a57b35f Compare June 4, 2026 21:20
Updates the requirements on [sphinx-design](https://github.com/executablebooks/sphinx-design) to permit the latest version.
- [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.0...v0.6.1)

---
updated-dependencies:
- dependency-name: sphinx-design
  dependency-version: 0.6.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/pip/sphinx-design-gte-0.6.1 branch from a57b35f to 030f774 Compare June 4, 2026 21:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Dependency updates python Python (pip) dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants