Skip to content

Commit 8ce3914

Browse files
authored
Merge pull request #258 from adafruit/rtd-patch
Added patch for rtd building
2 parents e0933a7 + 8c431d0 commit 8ce3914

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed
+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
From 609b9a5243fbbc6e0f6014d4aeaa902a1d2ecfc9 Mon Sep 17 00:00:00 2001
2+
From: dherrada <[email protected]>
3+
Date: Mon, 14 Feb 2022 15:35:02 -0500
4+
Subject: [PATCH] Fixed readthedocs build
5+
6+
---
7+
.readthedocs.yaml | 6 +++++-
8+
1 file changed, 5 insertions(+), 1 deletion(-)
9+
10+
diff --git a/.readthedocs.yaml b/.readthedocs.yaml
11+
index f8b2891..33c2a61 100644
12+
--- a/.readthedocs.yaml
13+
+++ b/.readthedocs.yaml
14+
@@ -8,8 +8,12 @@
15+
# Required
16+
version: 2
17+
18+
+build:
19+
+ os: ubuntu-20.04
20+
+ tools:
21+
+ python: "3"
22+
+
23+
python:
24+
- version: "3.x"
25+
install:
26+
- requirements: docs/requirements.txt
27+
- requirements: requirements.txt
28+
--
29+
2.25.1
30+

0 commit comments

Comments
 (0)