-
Notifications
You must be signed in to change notification settings - Fork 28
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 #254 from adafruit/readthedocs-patch
Added readthedocs file patch
- Loading branch information
Showing
2 changed files
with
62 additions
and
13 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
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,49 @@ | ||
From df685288b18965c4089a8895b0eb3bf80c17423e Mon Sep 17 00:00:00 2001 | ||
From: dherrada <[email protected]> | ||
Date: Tue, 9 Nov 2021 13:31:14 -0500 | ||
Subject: [PATCH] Updated readthedocs file | ||
|
||
--- | ||
.readthedocs.yaml | 15 +++++++++++++++ | ||
.readthedocs.yml | 7 ------- | ||
2 files changed, 15 insertions(+), 7 deletions(-) | ||
create mode 100644 .readthedocs.yaml | ||
delete mode 100644 .readthedocs.yml | ||
|
||
diff --git a/.readthedocs.yaml b/.readthedocs.yaml | ||
new file mode 100644 | ||
index 0000000..95ec218 | ||
--- /dev/null | ||
+++ b/.readthedocs.yaml | ||
@@ -0,0 +1,15 @@ | ||
+# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries | ||
+# | ||
+# SPDX-License-Identifier: Unlicense | ||
+ | ||
+# Read the Docs configuration file | ||
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
+ | ||
+# Required | ||
+version: 2 | ||
+ | ||
+python: | ||
+ version: "3.6" | ||
+ install: | ||
+ - requirements: docs/requirements.txt | ||
+ - requirements: requirements.txt | ||
diff --git a/.readthedocs.yml b/.readthedocs.yml | ||
deleted file mode 100644 | ||
index 49dcab3..0000000 | ||
--- a/.readthedocs.yml | ||
+++ /dev/null | ||
@@ -1,7 +0,0 @@ | ||
-# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries | ||
-# | ||
-# SPDX-License-Identifier: Unlicense | ||
- | ||
-python: | ||
- version: 3 | ||
-requirements_file: docs/requirements.txt | ||
-- | ||
2.25.1 | ||
|