[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#1273 Signed-off-by: Antoine Vandevenne (anv) <anv@odoo.com>
This commit is contained in:
parent
d0a32ea126
commit
116d9b5181
@ -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