Commit Graph

3 Commits

Author SHA1 Message Date
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
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