Skip to content

Commit

Permalink
Update sphinx to 7.2.5 in requirements-relaxed file
Browse files Browse the repository at this point in the history
Reverts "limit sphinx to `< 7.2.0` in requirements-relaxed (ansible#329)"

The new version of sphinx-not-found-page restores compatibility with
newer sphinx versions, so we no longer need to limit it.
Note that this only affects the requirements-relaxed file used for local
testing.
Production builds still use `sphinx==6.2.1`

Ref: ansible#351 (comment)
  • Loading branch information
gotmax23 committed Sep 9, 2023
1 parent 40b4d9a commit c7057ea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion tests/constraints-base.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
# Known limitations for indirect/transitive dependencies.

rstcheck < 6 # rstcheck 6.x has problem with rstcheck.core triggered by include files w/ sphinx directives https://github.com/rstcheck/rstcheck-core/issues/3
sphinx < 7.2.0 # https://github.com/readthedocs/sphinx-notfound-page/issues/219
3 changes: 1 addition & 2 deletions tests/requirements-relaxed.txt
Original file line number Diff line number Diff line change
Expand Up @@ -109,9 +109,8 @@ six==1.16.0
# via twiggy
snowballstemmer==2.2.0
# via sphinx
sphinx==7.1.2
sphinx==7.2.5
# via
# -c tests/constraints-base.in
# -r tests/requirements-relaxed.in
# antsibull-docs
# sphinx-ansible-theme
Expand Down

0 comments on commit c7057ea

Please sign in to comment.