Skip to content

Commit 25593a5

Browse files
committed
unpin sphinx version in rtd theme patch for docs reqs
1 parent 1252f3f commit 25593a5

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed
Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
1-
From 364a28bd7385e1df0f2faf0b8cec5764b096bacc Mon Sep 17 00:00:00 2001
1+
From 6ac5e49df667e54aef02f5181b41b233be7a4bf3 Mon Sep 17 00:00:00 2001
22
From: foamyguy <[email protected]>
3-
Date: Mon, 16 Oct 2023 09:55:57 -0500
4-
Subject: [PATCH] add sphinx-rtd-theme to docs/reqs.txt
3+
Date: Mon, 16 Oct 2023 14:30:31 -0500
4+
Subject: [PATCH] unpin sphinx and add sphinx-rtd-theme to docs reqs
55

66
---
7-
docs/requirements.txt | 1 +
8-
1 file changed, 1 insertion(+)
7+
docs/requirements.txt | 3 ++-
8+
1 file changed, 2 insertions(+), 1 deletion(-)
99

1010
diff --git a/docs/requirements.txt b/docs/requirements.txt
11-
index 797aa04..9ccaf8e 100644
11+
index 797aa04..979f568 100644
1212
--- a/docs/requirements.txt
1313
+++ b/docs/requirements.txt
14-
@@ -4,3 +4,4 @@
15-
16-
sphinx>=4.0.0
14+
@@ -2,5 +2,6 @@
15+
#
16+
# SPDX-License-Identifier: Unlicense
17+
18+
-sphinx>=4.0.0
19+
+sphinx
1720
sphinxcontrib-jquery
1821
+sphinx-rtd-theme
19-
--
22+
--
2023
2.34.1
2124

0 commit comments

Comments
 (0)