From: Kevin Sandi Date: Tue, 11 Oct 2022 00:27:16 +0000 (-0600) Subject: Fix: bug with unordered lists X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=16a651e9b332b7fe54ac060b45fdeed7b0d55280;p=doc.git Fix: 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. Signed-off-by: Kevin Sandi Change-Id: I9ed39ecfad94a408cb7c0d199cfbe817270070db --- diff --git a/docs/requirements-docs.txt b/docs/requirements-docs.txt index 09a0c1c..7372123 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