From 844460fe8fe63b7477ede3dc499c02fcf9bf2ed8 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Tue, 16 Jan 2024 12:03:48 +0100 Subject: [PATCH] [FIX] requirements: fix sphinxcontrib versions It seems that the latest version if sphinx contrib libs needs sphinx 5.0. closes odoo/documentation#7408 X-original-commit: 38bd71fa130375d20a2cfccb18474459a4cbf7a6 Signed-off-by: Christophe Monniez (moc) --- requirements.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/requirements.txt b/requirements.txt index c8452ea0f..37578e943 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,4 +3,9 @@ libsass==0.20.1 pygments~=2.6.1 pygments-csv-lexer~=0.1 sphinx==4.3.2 +sphinxcontrib-applehelp==1.0.4 +sphinxcontrib-devhelp==1.0.2 +sphinxcontrib-htmlhelp==2.0.1 +sphinxcontrib-serializinghtml==1.1.5 +sphinxcontrib-qthelp==1.0.3 sphinx-tabs==3.2.0