Skip to content

Commit

Permalink
Update sphinx requirement from <8.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/v8.0.2/CHANGES.rst)
- [Commits](sphinx-doc/sphinx@v0.1.61611...v8.0.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent d1f824a commit 3c92360
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
@@ -1,7 +1,7 @@
myst-parser
nbsphinx
pandoc
sphinx<8.0 # 7.0 breaks readthedocs builds.
sphinx<9.0 # 7.0 breaks readthedocs builds.
sphinx_autodoc_typehints
sphinx_book_theme
sphinx-copybutton
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ docs = [
"myst-parser",
"nbsphinx",
"pandoc",
"sphinx<8.0", # 7.0 breaks readthedocs builds.
"sphinx<9.0", # 7.0 breaks readthedocs builds.
"sphinx_autodoc_typehints",
"sphinx_book_theme",
"sphinx-copybutton",
Expand Down

0 comments on commit 3c92360

Please sign in to comment.