Skip to content

Commit

Permalink
Merge pull request #323 from JaGeo/dependabot/pip/sphinx-gte-5-and-lt-9
Browse files Browse the repository at this point in the history
Update sphinx requirement from <8,>=5 to >=5,<9
  • Loading branch information
JaGeo committed Aug 19, 2024
2 parents 1fc59cc + aa0a458 commit b722b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ dev = ["pre-commit>=2.12.1"]
tests = ["flake8", "pytest", "pytest-mock", "pytest-split", "pytest-cov", "types-setuptools"]
docs = [
"sphinx-copybutton==0.5.2",
"sphinx>=5,<8",
"sphinx>=5,<9",
"sphinx_design==0.6.1",
"myst-nb==1.1.1",
"sphinx-book-theme==1.1.3",
Expand Down

0 comments on commit b722b16

Please sign in to comment.