Skip to content

Commit

Permalink
chore: added sphinx dependencies in constraint file
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Dec 9, 2024
1 parent b874662 commit 09b54c8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions requirements/constraints.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,14 @@ celery>=5.2.2,<6.0.0

django-simple-history==3.4.0

# docutils has conflicting version for the dependencies. Reference issue: https://github.com/edx/edx-name-affirmation/issues/231
# issue to unpin
# Date: 09-12-2024

sphinx==8.1.3
sphinx-book-theme==1.1.3
docutils==0.21.2
sphinxcontrib-applehelp==2.0.0

# Temporary to Support the python 3.11 Upgrade
backports.zoneinfo;python_version<"3.9" # Newer versions have zoneinfo available in the standard library

0 comments on commit 09b54c8

Please sign in to comment.