X-Git-Url: https://git.ayoreis.com/hackapet/Adafruit_Blinka_Displayio.git/blobdiff_plain/138d74a3457378ca0f684654f7cc4d6b8ce0301a..96a8f5564dce100d739e43528ecd40a10316be8d:/.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