
In Odoo, the libsass version was bumped to 0.20.1 in order to match the
Jammy version. As a consequence, in the Docker images on the runbot this
strange behavior was observed during the image build:
* the debian package is installed -> 0.20.1
* the documentation requirements are installed -> 0.18.0
* the odoo requirements are installed -> 0.20.1
This is useless and moreover, the final version used is the one from pip
instead of the Debian package.
closes odoo/documentation#4397
X-original-commit: dcc819469a
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
Signed-off-by: Christophe Monniez (moc) <moc@odoo.com>
7 lines
147 B
Plaintext
7 lines
147 B
Plaintext
docutils==0.16.0 # Compatibility with sphinx-tabs 3.2.0.
|
|
libsass==0.20.1
|
|
pygments~=2.6.1
|
|
pygments-csv-lexer~=0.1
|
|
sphinx==4.3.2
|
|
sphinx-tabs==3.2.0
|