The VPU plugin can only be used with devices that are
no longer supported by upper layers, such as OpenVINO.
The deprecation plan for the plugin was announced earlier
this year and post v0.28 marks the date when the plugin is removed
from the repo.
Releases before v0.29 have the plugin available should it
be needed.
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
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>