[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:
parent
9659cabc31
commit
f4f962c0a4
@ -1,4 +1,3 @@
|
||||
docutils~=0.14
|
||||
pygments~=2.6.1
|
||||
pygments-csv-lexer~=0.1
|
||||
pysass~=0.1.0
|
||||
|
Loading…
Reference in New Issue
Block a user