fix(deps): update dependency sphinx-design to ~=0.6.1 #30
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
~=0.5.0
->~=0.6.1
Release Notes
executablebooks/sphinx-design (sphinx-design)
v0.6.1
Compare Source
chrisjsewell
in {pr}212
chrisjsewell
in {pr}198
v0.6.0
Compare Source
Dependencies
chrisjsewell
in {pr}186
ffvpor
in {pr}171
New
✨ Create custom directives
You can use the
sd_custom_directives
configuration option in yourconf.py
to add custom directives, with default option values: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
forThe last selected tab key, per group, is also persisted to
SessionStorage
by {user}
mikemckiernan
and {user}chrisjsewell
in {pr}196
Improve
gabalafou
in {pr}183
danirus
in {pr}153
chrisjsewell
in {pr}193
👌 Improve
dropdown
title barThere are three visible changes:
The old default behaviour can be retained by using the new
:chevron: down-up
directive option.The PR also introduces three new CSS variables to control font sizes of the dropdown:
Internally, the HTML / CSS is changed, such that the title is now an
inline-flex
box, with three columns arranged withjustify-content: space-between
:flex-grow: 1
)Also, the state chevron was previously two distinct SVGs (with one hidden), but now is one that get rotated on open/close.
by {user}
chrisjsewell
in {pr}192
Fix
Praecordi
in {pr}135
input
tag by {user}chrisjsewell
in {pr}195
Internal
📚 Update theme versions by {user}
chrisjsewell
in {pr}189
📚 Make octicon list a table by {user}
chrisjsewell
in {pr}188
📚 Add sphinx-immaterial to doc theme builds by {user}
chrisjsewell
in {pr}190
📚 Change syntax dropdown color by {user}
chrisjsewell
in {pr}191
🔧 Add FIPS compliant flag to md5 call by {user}
gabor-varga
in {pr}162
🔧 define
build.os
for RTD to fix build by {user}sciencewhiz
in {pr}176
🔧 Move to ruff by {user}
chrisjsewell
in {pr}185
Full Changelog: executablebooks/sphinx-design@v0.5.0...v0.6.0
Configuration
📅 Schedule: Branch creation - "every weekend" in timezone Etc/UTC, 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.
This PR was generated by Mend Renovate. View the repository job log.