Skip to content

Commit

Permalink
⬆️ Update sphinx requirement
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@v4.5.0...v8.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 5, 2024
1 parent 2e0a6db commit 81c241d
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 @@ -38,7 +38,7 @@ def _parse_requirements(path, encoding="utf-8"):
install_requires=base_requirements,
extras_require={
"doc": [
"sphinx>=4.5.0,<8.0.0",
"sphinx>=4.5.0,<9.0.0",
"sphinx_rtd_theme>=1.0,<1.5",
"sphinx-markdown-tables~=0.0.15",
"sphinx-click>=3.1,<5.2",
Expand Down

0 comments on commit 81c241d

Please sign in to comment.