Skip to content

Commit

Permalink
MAINT: Update sphinx-gallery requirement
Browse files Browse the repository at this point in the history
Updates the requirements on [sphinx-gallery](https://github.com/sphinx-gallery/sphinx-gallery) to permit the latest version.
- [Release notes](https://github.com/sphinx-gallery/sphinx-gallery/releases)
- [Changelog](https://github.com/sphinx-gallery/sphinx-gallery/blob/master/.github_changelog_generator)
- [Commits](sphinx-gallery/sphinx-gallery@v0.14.0...v0.16.0)

---
updated-dependencies:
- dependency-name: sphinx-gallery
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 29, 2024
1 parent 6509ed6 commit 1f1b560
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ doc = [
"sphinx-autobuild==2024.4.16; python_version > '3.8'",
#"sphinx-autodoc-typehints",
"sphinx-copybutton>=0.5.0,<0.6",
"sphinx-gallery>=0.14.0,<0.16",
"sphinx-gallery>=0.14.0,<0.17",
"sphinx-jinja>=2.0,<2.1",
#"sphinx-notfound-page",
"sphinx_design>=0.4.0,<0.6",
Expand All @@ -114,7 +114,7 @@ doc-noexamples = [
"sphinx-autobuild==2024.4.16; python_version > '3.8'",
#"sphinx-autodoc-typehints",
"sphinx-copybutton>=0.5.0,<0.6",
"sphinx-gallery>=0.14.0,<0.16",
"sphinx-gallery>=0.14.0,<0.17",
#"sphinx-notfound-page",
#"sphinxcontrib-websupport",
"sphinx_design>=0.4.0,<0.6",
Expand Down

0 comments on commit 1f1b560

Please sign in to comment.