Skip to content

Commit 88ee919

Browse files
Update sphinx requirement from <8 to <9
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.0.0) --- updated-dependencies: - dependency-name: sphinx dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 18db310 commit 88ee919

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sphinx<8
1+
sphinx<9
22
sphinxcontrib-bibtex
33
sphinxcontrib-spelling
44
autodoc_pydantic

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ def run_tests(self):
8484
extras_require={
8585
"docs": [
8686
"autodoc_pydantic",
87-
"sphinx<8",
87+
"sphinx<9",
8888
"sphinx_design",
8989
"sphinx_rtd_theme",
9090
"sphinxcontrib-bibtex",

0 commit comments

Comments
 (0)