Skip to content

Commit 4dfb271

Browse files
committed
[FIX] adapt requirements to ubuntu Jammy
The docutils is pinned to 0.16.0 while the Jammy version should be 0.17 This is the case for a compatibility issue with sphinx-tabs==3.2.0 also official versions in ubuntu Jammy. The odoo.requirements package contains already a docutils 0.17.0 creating some downgrade when installing requirements, this commit upgrade both dependency to a compatible version. This should avoid installing requirements in all documentation build and hopefully avoid some random errors. closes #9135 X-original-commit: f73bf36 Signed-off-by: Christophe Monniez (moc) <[email protected]> Signed-off-by: Xavier Dollé (xdo) <[email protected]>
1 parent 7987832 commit 4dfb271

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
docutils==0.16.0 # Compatibility with sphinx-tabs 3.2.0.
1+
docutils==0.17.0
22
libsass==0.20.1
33
pygments~=2.6.1
44
pygments-csv-lexer~=0.1
@@ -8,4 +8,4 @@ sphinxcontrib-devhelp==1.0.2
88
sphinxcontrib-htmlhelp==2.0.1
99
sphinxcontrib-serializinghtml==1.1.5
1010
sphinxcontrib-qthelp==1.0.3
11-
sphinx-tabs==3.2.0
11+
sphinx-tabs==3.4.5 # Compatibility with docutils==0.17.0

0 commit comments

Comments
 (0)