From a2768911e2b51c3b7f7f19230092c54e5867d87f Mon Sep 17 00:00:00 2001 From: Mitch Kucia Date: Mon, 10 May 2021 14:48:11 -0400 Subject: [PATCH] Set explicit docutils version for broken bullet list bug --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index be8cd9734..00d8ab68b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,7 @@ pyyaml>=5.1 cryptography>=3.2 websockets==8.1 Sphinx==3.0.4 +docutils==0.16 # Broken bullet lists in sphinx_rtd_theme https://github.com/readthedocs/sphinx_rtd_theme/issues/1115 sphinx_rtd_theme==0.4.3 recommonmark==0.6.0 marshmallow==3.5.1