X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/138d74a3457378ca0f684654f7cc4d6b8ce0301a..715cc08efe69be1cc6619ca01d408a028b49e8c0:/.readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml index f4243ad..a9b4e95 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,3 +1,18 @@ +# 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 + +build: + os: "ubuntu-20.04" + tools: + python: "3.7" + python: - version: 3 -requirements_file: requirements.txt + install: + - requirements: docs/requirements.txt + - requirements: requirements.txt