Skip to content

Commit

Permalink
Remove <7 constraint from requirement file
Browse files Browse the repository at this point in the history
As we're expecting Sphinx to have more major version changes in the near future and this will make things smoother.

Co-authored-by: Jakob Lykke Andersen <jakobandersen@users.noreply.github.com>
  • Loading branch information
michaeljones and jakobandersen authored Jan 18, 2023
1 parent 81a92d8 commit 86298cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ docutils>=0.12
Jinja2>=2.7.3
MarkupSafe>=0.23
Pygments>=1.6
Sphinx>=4.0,<7,!=5.0.0
Sphinx>=4.0,!=5.0.0

0 comments on commit 86298cc

Please sign in to comment.