chore(deps): update dependency sphinx-gallery to ^0.18.0 #27
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.15.0
->^0.18.0
Release Notes
sphinx-gallery/sphinx-gallery (sphinx-gallery)
v0.18.0
Compare Source
Full Changelog
Implemented enhancements:
Fixed bugs:
indexst
variable does not exist when own index gallery is first #1383 (lucyleeow)Project maintenance
v0.17.1
Compare Source
Full Changelog
Fixed bugs:
Documentation
Project maintenance
v0.17.0
Compare Source
Support for Python 3.8 and Sphinx 4 dropped in this release. Requirement is now Python >= 3.9 and Sphinx >= 5.
Full Changelog
Implemented enhancements:
pydata-sphinx-theme
secondary sidebar #1312 (Charlie-XIAO)Fixed bugs:
Documentation
nested_sections
#1326 (lucyleeow)Project maintenance
gallery_conf
changes do not need to be returned #1347 (lucyleeow)generate_file_rst
#1335 (lucyleeow)_fill_gallery_conf_defaults
#1334 (lucyleeow)os.sep
everywhere #1333 (lucyleeow)generate_dir_rst
andgenerate_gallery_rst
#1332 (lucyleeow)sphinxcontrib-video
to dev requirements #1305 (lucyleeow)pyproject.toml
#1298 (Borda)v0.16.0
Compare Source
Sphinx 7.3.0 and above changed caching and serialization checks. Now instead of passing
instantiated classes like
ResetArgv()
, classes likeFileNameSortKey
, orcallables like
notebook_modification_function
insphinx_gallery_conf
,you should pass fully qualified name strings to classes or callables. If you change
to using name strings, you can simply use a function as the use of classes to ensure
a stable
__repr__
would be redundant.See importing_callables for details.
Implemented enhancements:
Fixed bugs:
UnicodeDecodeError
in recommender #1244 (Charlie-XIAO)Documentation
image_srcset
config in scraper section inadvanced.rst
#1280 (lucyleeow)True
for docs #1263 (lucyleeow)Project maintenance
test_fileno
#1287 (lucyleeow)image_srcset
#1278 (lucyleeow)pyproject.toml
#1267 (Borda)sphinx-lint
for Sphinx extension #1266 (Borda)install.sh
with used job #1265 (Borda)maintainers.rst
#1234 (lucyleeow)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.