Commit Graph

5 Commits

Author SHA1 Message Date
Mikko Ylinen
319843c94e vpu: remove deprecated plugin
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>
2023-10-02 15:28:11 +03:00
Mikko Ylinen
7fa31b1dd5 ci: fix docs generation again
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>
2022-07-25 09:37:26 +03:00
Mikko Ylinen
823e87a045 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>
2022-07-19 13:53:22 +03:00
Mikko Ylinen
afb96be7dd docs: fix table of contents for static docs
Signed-off-by: Mikko Ylinen <mikko.ylinen@intel.com>
2022-06-06 14:15:12 +03:00
Kevin Putnam
a918b6c903 Documentation: adds ability to build Read the Docs static site.
Signed-off-by: Kevin Putnam <kevin.putnam@intel.com>
2020-09-25 14:41:35 -07:00