From bfcc72cb68dd3db46b358e7f8c593d654bea4c62 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 4 Dec 2023 10:17:01 -0600 Subject: [PATCH] unpin sphinx and add sphinx-rtd-theme to docs reqs --- docs/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index b393e2c..979f568 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,6 +2,6 @@ # # SPDX-License-Identifier: Unlicense -sphinx>=4.0.0 +sphinx sphinxcontrib-jquery -sphinx-rtd-theme>=1.0.0 +sphinx-rtd-theme