Skip to content

Commit 2d90eef

Browse files
authored
Merge pull request #1387 from Libensemble/dependabot/pip/develop/sphinx-lt-9
Update sphinx requirement from <8 to <9
2 parents ea60497 + 88ee919 commit 2d90eef

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)