From 074ce0a86725bb168f849e22e4285ad4a93ca2fc Mon Sep 17 00:00:00 2001 From: foamyguy Date: Fri, 12 Jan 2024 17:16:28 -0600 Subject: [PATCH] remove extra old rtd.yml file --- .readthedocs.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yml deleted file mode 100644 index 70d5c4e..0000000 --- a/.readthedocs.yml +++ /dev/null @@ -1,17 +0,0 @@ -# SPDX-FileCopyrightText: 2017 Scott Shawcroft, written for Adafruit Industries -# -# SPDX-License-Identifier: Unlicense - -version: 2 - -build: - os: ubuntu-22.04 - tools: - python: "3.11" - -sphinx: - configuration: docs/conf.py - -python: - install: - - requirements: requirements.txt