From 55e25dfcb7db66f9ff566e86b112460c59edc23a Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 4 Dec 2023 10:22:04 -0600 Subject: [PATCH] unpin sphinx and add sphinx-rtd-theme to docs reqs --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index dc4d303..54b76b7 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -3,6 +3,7 @@ # # SPDX-License-Identifier: MIT -sphinx>=4.0.0 +sphinx sphinxcontrib-jquery +sphinx-rtd-theme pillow>=6.0.0