[FIX] requirements.txt: Let sphinx manage docutils version

As of sphinx 3.5.4, docutils >0.17 is no longer supported. To avoid
forcing the install of an unsupported version of docutils, we let
sphinx install the appropriate version through its dependencies.

closes odoo/documentation#1274

X-original-commit: 116d9b5181
Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
Antoine Vandevenne (anv) 2021-11-03 10:12:37 +00:00
parent 9659cabc31
commit f4f962c0a4

View File

@ -1,4 +1,3 @@
docutils~=0.14
pygments~=2.6.1
pygments-csv-lexer~=0.1
pysass~=0.1.0