823e87a fixed docs generation by locking Markdown version that
is compatible with sphinx-markdown-tables but did not lock
sphinx-markdown-tables itself.
Now that sphinx-markdown-tables got fixed so that it requires the
latest Markdown version, the docs generation fails again.
Fix it by dropping the Markdown version lock. This also fixes
docs generation for the release branches.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
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>