From db08cc1ebcaeb2dbfebbc35bed88d1cf5265a8be Mon Sep 17 00:00:00 2001 From: Patrick <4002194+askpatrickw@users.noreply.github.com> Date: Fri, 26 Mar 2021 10:13:51 -0700 Subject: [PATCH] Add missing read the docs config RTD has been failing https://readthedocs.org/projects/circup/builds/13343939/ Adding this config file which matches the cookiecutter repo --- readthedocs.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 readthedocs.yml diff --git a/readthedocs.yml b/readthedocs.yml new file mode 100644 index 0000000..099ea2a --- /dev/null +++ b/readthedocs.yml @@ -0,0 +1,5 @@ +# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries +# +# SPDX-License-Identifier: Unlicense + +requirements_file: requirements.txt