From ae1105ef865024dfca7464701a6a47709b3fba49 Mon Sep 17 00:00:00 2001 From: Chris Marsh Date: Mon, 15 Jan 2024 21:24:52 -0600 Subject: [PATCH] try to stop sphinx getting downgraded --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 3d91dcc0..a93e1fcf 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,3 +1,4 @@ breathe exhale -sphinx_rtd_theme +sphinx_rtd_theme==2.0 +sphinx>=7.0 \ No newline at end of file