Skip to content

Commit ca7c368

Browse files
committed
Added readthedocs file patch
1 parent 805b0dd commit ca7c368

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
From df685288b18965c4089a8895b0eb3bf80c17423e Mon Sep 17 00:00:00 2001
2+
From: dherrada <[email protected]>
3+
Date: Tue, 9 Nov 2021 13:31:14 -0500
4+
Subject: [PATCH] Updated readthedocs file
5+
6+
---
7+
.readthedocs.yaml | 15 +++++++++++++++
8+
.readthedocs.yml | 7 -------
9+
2 files changed, 15 insertions(+), 7 deletions(-)
10+
create mode 100644 .readthedocs.yaml
11+
delete mode 100644 .readthedocs.yml
12+
13+
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
14+
new file mode 100644
15+
index 0000000..95ec218
16+
--- /dev/null
17+
+++ b/.readthedocs.yaml
18+
@@ -0,0 +1,15 @@
19+
+# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
20+
+#
21+
+# SPDX-License-Identifier: Unlicense
22+
+
23+
+# Read the Docs configuration file
24+
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
25+
+
26+
+# Required
27+
+version: 2
28+
+
29+
+python:
30+
+ version: "3.6"
31+
+ install:
32+
+ - requirements: docs/requirements.txt
33+
+ - requirements: requirements.txt
34+
diff --git a/.readthedocs.yml b/.readthedocs.yml
35+
deleted file mode 100644
36+
index 49dcab3..0000000
37+
--- a/.readthedocs.yml
38+
+++ /dev/null
39+
@@ -1,7 +0,0 @@
40+
-# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
41+
-#
42+
-# SPDX-License-Identifier: Unlicense
43+
-
44+
-python:
45+
- version: 3
46+
-requirements_file: docs/requirements.txt
47+
--
48+
2.25.1
49+

0 commit comments

Comments
 (0)