Skip to content

Commit 1252f3f

Browse files
committed
adding patch for sphinx-rtd-theme in docs/reqs
1 parent 87f545d commit 1252f3f

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
From 364a28bd7385e1df0f2faf0b8cec5764b096bacc Mon Sep 17 00:00:00 2001
2+
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
5+
6+
---
7+
docs/requirements.txt | 1 +
8+
1 file changed, 1 insertion(+)
9+
10+
diff --git a/docs/requirements.txt b/docs/requirements.txt
11+
index 797aa04..9ccaf8e 100644
12+
--- a/docs/requirements.txt
13+
+++ b/docs/requirements.txt
14+
@@ -4,3 +4,4 @@
15+
16+
sphinx>=4.0.0
17+
sphinxcontrib-jquery
18+
+sphinx-rtd-theme
19+
--
20+
2.34.1
21+

0 commit comments

Comments
 (0)