Skip to content

Commit

Permalink
Merge pull request #159 from catalyst-cooperative/dependabot/pip/main…
Browse files Browse the repository at this point in the history
…/sphinx-gt-6-and-lt-9

Update sphinx requirement from <8,>6 to >6,<9
  • Loading branch information
zaneselvans authored Aug 1, 2024
2 parents e58576e + 8e4ae8e commit ec5b602
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 @@ -18,7 +18,7 @@ dependencies = [
"myst-parser>=1,<4",
"pre-commit>=3,<4", # Allow us to run pre-commit hooks in testing
"pydocstyle>=6,<7", # Style guidelines for Python documentation
"sphinx>6,<8", # The default Python documentation engine
"sphinx>6,<9", # The default Python documentation engine
"sphinx-autoapi>=3,<4", # Generates documentation from docstrings
"sphinx-issues>=4,<5", # Allows references to GitHub issues
"tox>=4,<5", # Python test environment manager
Expand Down

0 comments on commit ec5b602

Please sign in to comment.