X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/6176ad1a46db1e3a0c60a784f361c946baa8d821..a53c930973a24a7c55db9448e45d7ca7974cb56e:/.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