Skip to content

Commit e55f7f5

Browse files
authored
Merge pull request #360 from FoamyGuy/rtd_theme_req
adding patch for sphinx-rtd-theme in docs/reqs
2 parents 53dabc8 + 1f86b7d commit e55f7f5

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
From 6ac5e49df667e54aef02f5181b41b233be7a4bf3 Mon Sep 17 00:00:00 2001
2+
From: foamyguy <[email protected]>
3+
Date: Mon, 16 Oct 2023 14:30:31 -0500
4+
Subject: [PATCH] unpin sphinx and add sphinx-rtd-theme to docs reqs
5+
6+
---
7+
docs/requirements.txt | 3 ++-
8+
1 file changed, 2 insertions(+), 1 deletion(-)
9+
10+
diff --git a/docs/requirements.txt b/docs/requirements.txt
11+
index 797aa04..979f568 100644
12+
--- a/docs/requirements.txt
13+
+++ b/docs/requirements.txt
14+
@@ -2,5 +2,6 @@
15+
#
16+
# SPDX-License-Identifier: Unlicense
17+
18+
-sphinx>=4.0.0
19+
+sphinx
20+
sphinxcontrib-jquery
21+
+sphinx-rtd-theme
22+
--
23+
2.34.1
24+

0 commit comments

Comments
 (0)