From aeeaf3b2b506068fb5470b2237038df35b4fca5e Mon Sep 17 00:00:00 2001 From: jposada202020 Date: Thu, 29 Apr 2021 21:36:51 -0400 Subject: [PATCH] adding_readthedocs.yml_missing --- .readthedocs.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000..ffa84c4 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,7 @@ +# SPDX-FileCopyrightText: 2021 ladyada for Adafruit Industries +# +# SPDX-License-Identifier: Unlicense + +python: + version: 3 +requirements_file: requirements.txt