From eb4c428da618263367bb14c4fc5bfd39bb0f7fdc Mon Sep 17 00:00:00 2001 From: Laurence Isla Date: Fri, 25 Mar 2022 00:14:18 -0500 Subject: [PATCH] Fix unordered list styles --- requirements.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5a5a51b65..57ed0b59f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ -docutils<0.18 -sphinx-tabs -sphinx-copybutton \ No newline at end of file +docutils==0.16 +sphinx>=4.3.0 +sphinx-copybutton +sphinx-rtd-theme>=0.5.1 +sphinx-tabs \ No newline at end of file