docs: Pin docutils to 0.17.1
Seems like docutils 0.18 has some problems and it is breaking our docs build (https://issues.apache.org/jira/browse/FLINK-24662) Lets use 0.17.1 for now.pull/1984/head
parent
ab3b8b8f22
commit
1ff2497c9e
|
|
@ -1,3 +1,4 @@
|
||||||
sphinx==3.2.1
|
sphinx==3.2.1
|
||||||
sphinx-rtd-theme==0.5.0
|
sphinx-rtd-theme==0.5.0
|
||||||
sphinxemoji==0.1.8
|
sphinxemoji==0.1.8
|
||||||
|
docutils==0.17.1
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue