Skip to content

Commit

Permalink
Merge pull request #258 from adafruit/rtd-patch
Browse files Browse the repository at this point in the history
Added patch for rtd building
  • Loading branch information
kattni authored Feb 14, 2022
2 parents e0933a7 + 8c431d0 commit 8ce3914
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions patches/0001-Fixed-readthedocs-build.patch
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 <dylan.herrada@adafruit.com>
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

0 comments on commit 8ce3914

Please sign in to comment.