We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1fe886 commit f5df740Copy full SHA for f5df740
2 files changed
.readthedocs.yaml
@@ -0,0 +1,19 @@
1
+# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries
2
+#
3
+# SPDX-License-Identifier: Unlicense
4
+
5
+# Read the Docs configuration file
6
+# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
7
8
+# Required
9
+version: 2
10
11
+build:
12
+ os: ubuntu-20.04
13
+ tools:
14
+ python: "3"
15
16
+python:
17
+ install:
18
+ - requirements: docs/requirements.txt
19
+ - requirements: requirements.txt
.readthedocs.yml
0 commit comments