From 2c3d9d28e536ffc308966d709ae1d25941d15e9a Mon Sep 17 00:00:00 2001 From: Eric Ball Date: Thu, 23 Sep 2021 17:08:24 -0700 Subject: [PATCH] Fix: Update sphinx requirements Our older sphnix requirements are out of date, and are trying to pull in packages that are no longer supported. Change-Id: I69d336d324af2a512b8d756f0e8f83c244642029 Signed-off-by: Eric Ball --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3885be67..f9c30011 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ reno~=2.11.2 -Sphinx~=2.3.1 -sphinx_bootstrap_theme~=0.7.1 +Sphinx~=4.2.0 +sphinx_bootstrap_theme sphinxcontrib-programoutput yq -- 2.16.6