Skip to content

Commit

Permalink
fix: pin sphinx version to 5.3.0 (#1888)
Browse files Browse the repository at this point in the history
Co-authored-by: Maxwell Frank <[email protected]>
  • Loading branch information
MaxFrank13 and MaxFrank13 authored Jan 5, 2023
1 parent 2c36601 commit e5dcc7f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,7 @@ pyyaml<6.0
# The update to django-ratelimit 4.x failed because of some breaking changes. Pinning to <4.x. This constraint will be
# re-evaluated as part of APER-2169.
django-ratelimit<4.0

# Version of sphinx is pinned to v5.3.0 because of breaking changes in v6.
# re-evaluated as part of APER-2220
sphinx<6.0

0 comments on commit e5dcc7f

Please sign in to comment.