From: Jackie Huang Date: Tue, 11 Oct 2022 12:43:21 +0000 (+0800) Subject: docs: workaround the bug with unordered lists X-Git-Tag: 2.0.0-rc1~39 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=c76580a35c3461254e1d8c91025019f52f723021;p=pti%2Fo2.git 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. Ref ticket: https://jira.linuxfoundation.org/plugins/servlet/desk/portal/2/IT-24616 Issue-ID: INF-313 Signed-off-by: Jackie Huang Change-Id: I603ab744aa37e9e9c77d7faa2de937ed1d9df5ed --- 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