Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and amotl committed Jun 12, 2024
1 parent d786735 commit df944b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
docs_requires = [
"furo",
"myst-parser[linkify]>=0.18,<4",
"sphinx<7",
"sphinx<8",
"sphinx-copybutton",
"sphinx-design-elements<1",
"sphinxcontrib-mermaid<1",
Expand Down

0 comments on commit df944b4

Please sign in to comment.