Fix: bug with unordered lists 31/9231/1
authorKevin Sandi <ksandi@contractor.linuxfoundation.org>
Tue, 11 Oct 2022 00:27:16 +0000 (18:27 -0600)
committerKevin Sandi <ksandi@contractor.linuxfoundation.org>
Tue, 11 Oct 2022 00:27:16 +0000 (18:27 -0600)
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 <ksandi@contractor.linuxfoundation.org>
Change-Id: I9ed39ecfad94a408cb7c0d199cfbe817270070db

docs/requirements-docs.txt

index 09a0c1c..7372123 100644 (file)
@@ -1,5 +1,6 @@
 sphinx
-sphinx-rtd-theme
+sphinx_rtd_theme>=1.0.0
+docutils<0.17
 sphinxcontrib-httpdomain
 recommonmark
 lfdocs-conf