We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bcf794 commit f6c9faaCopy full SHA for f6c9faa
.readthedocs.yaml
@@ -0,0 +1,15 @@
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
+python:
12
+ version: "3.6"
13
+ install:
14
+ - requirements: docs/requirements.txt
15
+ - requirements: requirements.txt
.readthedocs.yml
0 commit comments