From 16a651e9b332b7fe54ac060b45fdeed7b0d55280 Mon Sep 17 00:00:00 2001 From: Kevin Sandi Date: Mon, 10 Oct 2022 18:27:16 -0600 Subject: [PATCH] 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 --- 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..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 -- 2.16.6