From c3ac55a4992459d4153c988133099837340f3c19 Mon Sep 17 00:00:00 2001 From: Hubert Jasudowicz Date: Tue, 11 May 2021 17:49:39 +0200 Subject: [PATCH] docs: Fix broken bullet points --- docs/requirements.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 82491554c..9221c0510 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,5 @@ Sphinx==3.2.1 -sphinx-rtd-theme==0.5.0 +sphinx-rtd-theme==0.5.2 +# Workaround for https://github.com/readthedocs/sphinx_rtd_theme/issues/1115 +docutils==0.16 ipython==7.9.0