From e045977c83a9b815dfe7b4d60ea278067a730808 Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 4 Dec 2023 11:49:15 -0600 Subject: [PATCH 1/2] 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 797aa04..955892b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,5 +2,6 @@ # # SPDX-License-Identifier: Unlicense -sphinx>=4.0.0 +sphinx sphinxcontrib-jquery +sphinx-rtd-theme \ No newline at end of file From 5595fd9f064cac2d932a23c60485a5ab6398f44b Mon Sep 17 00:00:00 2001 From: foamyguy Date: Mon, 4 Dec 2023 11:51:09 -0600 Subject: [PATCH 2/2] fix eof whitespace --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 955892b..979f568 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -4,4 +4,4 @@ sphinx sphinxcontrib-jquery -sphinx-rtd-theme \ No newline at end of file +sphinx-rtd-theme