From c6e01cf19ae9c7a12ba3770e1ce6ae8aa4319f18 Mon Sep 17 00:00:00 2001 From: Taylor Scott Date: Wed, 5 Jun 2024 14:09:39 -0700 Subject: [PATCH] Delete .readthedocs.yaml --- .readthedocs.yaml | 19 ------------------- 1 file changed, 19 deletions(-) delete mode 100644 .readthedocs.yaml diff --git a/.readthedocs.yaml b/.readthedocs.yaml deleted file mode 100644 index 015eb5d..0000000 --- a/.readthedocs.yaml +++ /dev/null @@ -1,19 +0,0 @@ -# Read the Docs configuration file for MkDocs projects -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required -version: 2 - -# Set the version of Python and other tools you might need -build: - os: ubuntu-22.04 - tools: - python: "3.12" - -mkdocs: - configuration: mkdocs.yml - -# Optionally declare the Python requirements required to build your docs -python: - install: - - requirements: docs/requirements.txt