Skip to content

Commit

Permalink
Update sphinx requirement from <6.0 to <9.0
Browse files Browse the repository at this point in the history
Updates the requirements on [sphinx](https://github.com/sphinx-doc/sphinx) to permit the latest version.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 29, 2024
1 parent 7f880b4 commit 543faf1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ requests>=2.21.0

# Building Docs requirements
sphinxjp.themes.basicstrap
sphinx<6.0
sphinx<9.0
sphinx-gallery>0.6.2
pillow>=7.1.2
breathe>=4.34.0
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ codecov

# doc build
sphinxjp.themes.basicstrap
sphinx<6.0
sphinx<9.0
sphinx-gallery>=0.6.2
pillow>=7.1.2 # for sphinx-gallery images
sphinx_copybutton>=0.3.0

0 comments on commit 543faf1

Please sign in to comment.