X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/6176ad1a46db1e3a0c60a784f361c946baa8d821..30ae2c3b1efc86d6dbe32b2359c215e79d898e43:/.readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml index f4243ad..7ab3094 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,3 +1,21 @@ +# 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 + +sphinx: + configuration: docs/conf.py + +build: + os: "ubuntu-20.04" + tools: + python: "3.7" + python: - version: 3 -requirements_file: requirements.txt + install: + - requirements: docs/requirements.txt + - requirements: requirements.txt