Skip to content

Commit

Permalink
Update sphinx requirement from <8 to <9
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.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 14, 2024
1 parent 2e97580 commit f31eacb
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 @@ netCDF4
# actual documentation requirements
ipykernel
nbsphinx
sphinx<8
sphinx<9
sphinx-rtd-theme
sphinx-design
sphinx-gallery
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ test = [
]

docs = [
"sphinx<8",
"sphinx<9",
"nbsphinx",
"sphinx-rtd-theme",
"sphinx-design",
Expand Down

0 comments on commit f31eacb

Please sign in to comment.