We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0476e commit 495fa50Copy full SHA for 495fa50
.readthedocs.yaml
@@ -0,0 +1,19 @@
1
+# SPDX-FileCopyrightText: 2021 Melissa LeBlanc-Williams 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
docs/requirements.txt
@@ -0,0 +1,5 @@
+# SPDX-FileCopyrightText: 2021 Kattni Rembor for Adafruit Industries
+sphinx>=4.0.0
0 commit comments