From 7fa31b1dd58fc8a4ef8e52bd5644fcb3b6b7857b Mon Sep 17 00:00:00 2001 From: Mikko Ylinen Date: Mon, 25 Jul 2022 09:37:26 +0300 Subject: [PATCH] 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 --- docs/requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 0d3d5b23..33bec534 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,5 +1,4 @@ docutils<0.18 -Markdown<3.4 sphinx sphinx_rtd_theme recommonmark