-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #258 from adafruit/rtd-patch
Added patch for rtd building
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
From 609b9a5243fbbc6e0f6014d4aeaa902a1d2ecfc9 Mon Sep 17 00:00:00 2001 | ||
From: dherrada <[email protected]> | ||
Date: Mon, 14 Feb 2022 15:35:02 -0500 | ||
Subject: [PATCH] Fixed readthedocs build | ||
|
||
--- | ||
.readthedocs.yaml | 6 +++++- | ||
1 file changed, 5 insertions(+), 1 deletion(-) | ||
|
||
diff --git a/.readthedocs.yaml b/.readthedocs.yaml | ||
index f8b2891..33c2a61 100644 | ||
--- a/.readthedocs.yaml | ||
+++ b/.readthedocs.yaml | ||
@@ -8,8 +8,12 @@ | ||
# Required | ||
version: 2 | ||
|
||
+build: | ||
+ os: ubuntu-20.04 | ||
+ tools: | ||
+ python: "3" | ||
+ | ||
python: | ||
- version: "3.x" | ||
install: | ||
- requirements: docs/requirements.txt | ||
- requirements: requirements.txt | ||
-- | ||
2.25.1 | ||
|