Skip to content

Commit

Permalink
Merge pull request #1114 from Libensemble/dependabot/pip/develop/sphi…
Browse files Browse the repository at this point in the history
…nx-lt-8

Update sphinx requirement from <7 to <8
  • Loading branch information
jmlarson1 committed Sep 28, 2023
2 parents 6d40d5a + dab5495 commit 1493dae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/requirements.txt
@@ -1,4 +1,4 @@
sphinx<7
sphinx<8
sphinxcontrib-bibtex
autodoc_pydantic
sphinx-design
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -84,7 +84,7 @@ def run_tests(self):
extras_require={
"docs": [
"autodoc_pydantic",
"sphinx<7",
"sphinx<8",
"sphinx_design",
"sphinx_rtd_theme",
"sphinxcontrib-bibtex",
Expand Down

0 comments on commit 1493dae

Please sign in to comment.