From 8848778dba96cf2718d3b570067654d91d6e5323 Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Tue, 11 Oct 2022 10:12:23 +0800 Subject: [PATCH] docs: workaround the bug with unordered lists docutils 0.17 introduced new semantic tags which generated an unexpected behavior with unordered lists. The workaround is to pin the versions of sphinx_rtd_theme and docutils. Issue-ID: INF-313 Signed-off-by: Jackie Huang Change-Id: I30f70b672f2511cb809829966c7cde914f7b82e3 --- docs/requirements-docs.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 09a0c1c..5d3a810 100644 --- a/docs/requirements-docs.txt +++ b/docs/requirements-docs.txt @@ -1,5 +1,6 @@ sphinx -sphinx-rtd-theme +sphinx-rtd-theme>=1.0.0 +docutils<0.17 sphinxcontrib-httpdomain recommonmark lfdocs-conf -- 2.16.6