Skip to content

Commit f73bf36

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 #9115 Signed-off-by: Christophe Monniez (moc) <[email protected]>
1 parent 7d627ad commit f73bf36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
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)