From c7057ea302d14344eb6610a978226d0476658e7b Mon Sep 17 00:00:00 2001 From: Maxwell G Date: Sat, 9 Sep 2023 13:50:58 +0000 Subject: [PATCH] Update sphinx to 7.2.5 in requirements-relaxed file Reverts "limit sphinx to `< 7.2.0` in requirements-relaxed (#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: https://github.com/ansible/ansible-documentation/pull/351#discussion_r1319378099 --- tests/constraints-base.in | 1 - tests/requirements-relaxed.txt | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/constraints-base.in b/tests/constraints-base.in index 7a92b3815df..77cb17091f0 100644 --- a/tests/constraints-base.in +++ b/tests/constraints-base.in @@ -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 diff --git a/tests/requirements-relaxed.txt b/tests/requirements-relaxed.txt index 3d639160156..df1b762fbbd 100644 --- a/tests/requirements-relaxed.txt +++ b/tests/requirements-relaxed.txt @@ -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