Skip to content

Commit 92c01cd

Browse files
Update sphinx requirement from <8.0 to <9.0 (#2235)
* Update sphinx requirement from <8.0 to <9.0 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] <support@github.com> * Update requirements.txt * Update pyproject.toml * Update pyproject.toml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Samet Akcay <samet.akcay@intel.com>
1 parent 2803701 commit 92c01cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
myst-parser
22
nbsphinx
33
pandoc
4-
sphinx<8.0 # 7.0 breaks readthedocs builds.
4+
sphinx
55
sphinx_autodoc_typehints
66
sphinx_book_theme
77
sphinx-copybutton

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ docs = [
6868
"myst-parser",
6969
"nbsphinx",
7070
"pandoc",
71-
"sphinx<8.0", # 7.0 breaks readthedocs builds.
71+
"sphinx",
7272
"sphinx_autodoc_typehints",
7373
"sphinx_book_theme",
7474
"sphinx-copybutton",

0 commit comments

Comments
 (0)