Skip to content

Commit

Permalink
Another sphinx version fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
StokesMIDE committed Feb 15, 2024
1 parent dc8cb4a commit e702783
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ pytest>=4.6
pytest-xdist[psutil]
mock
pytest-cov
sphinx==4.2.0
sphinx==5.0.2
scipy;python_version<"3.10"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def get_version(rel_path):
'pytest-xdist[psutil]',
'mock',
'pytest-cov',
'sphinx==4.2.0',
"sphinx==5.0.2",
'scipy;python_version<"3.10"',
]

Expand Down

0 comments on commit e702783

Please sign in to comment.