Skip to content

Commit

Permalink
[FIX] adapt requirements to ubuntu Jammy
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Xavier-Do committed May 2, 2024
1 parent 7d627ad commit f73bf36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
docutils==0.16.0 # Compatibility with sphinx-tabs 3.2.0.
docutils==0.17.0
libsass==0.20.1
pygments~=2.6.1
pygments-csv-lexer~=0.1
Expand All @@ -8,4 +8,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
sphinx-tabs==3.4.5 # Compatibility with docutils==0.17.0

0 comments on commit f73bf36

Please sign in to comment.