ci: fix docs generation

Markdown >=3.4 breaks sphinx markdown tables plugin and the
CI fails. Fix by forcing pip to install an older version of
Markdown.

Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
This commit is contained in:
Mikko Ylinen 2022-07-19 13:21:57 +03:00
parent 3c948cc106
commit 823e87a045

View File

@ -1,3 +1,5 @@
docutils<0.18
Markdown<3.4
sphinx
sphinx_rtd_theme
recommonmark