From 79c6d5f8171595e3e7a23401ddc03742107e120c Mon Sep 17 00:00:00 2001 From: Ryan Barrett Date: Thu, 27 Apr 2023 10:20:52 -0700 Subject: [PATCH] de-dupe readthedocs config files, fix filename https://docs.readthedocs.io/en/stable/config-file/v2.html --- .readthedocs.yml => .readthedocs.yaml | 0 readthedocs.yml | 8 -------- 2 files changed, 8 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (100%) delete mode 100644 readthedocs.yml diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 100% rename from .readthedocs.yml rename to .readthedocs.yaml diff --git a/readthedocs.yml b/readthedocs.yml deleted file mode 100644 index ad2a8a64..00000000 --- a/readthedocs.yml +++ /dev/null @@ -1,8 +0,0 @@ -# Config file for Sphinx build on ReadTheDocs: -# https://docs.readthedocs.io/en/stable/config-file/ -# https://docs.readthedocs.io/en/stable/config-file/v2.html -version: 2 -python: - install: - - requirements: requirements.txt - - requirements: docs/requirements.txt