From 12c8831f7f5a33a3fa026f3fdf242e89ee861e32 Mon Sep 17 00:00:00 2001 From: David Peckham Date: Thu, 1 Feb 2024 11:52:22 -0500 Subject: [PATCH] restored .yaml extension for ReadTheDocs config --- .readthedocs.yml => .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename .readthedocs.yml => .readthedocs.yaml (80%) diff --git a/.readthedocs.yml b/.readthedocs.yaml similarity index 80% rename from .readthedocs.yml rename to .readthedocs.yaml index eea5bd6..74daac1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yaml @@ -1,9 +1,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: ubuntu-22.04 tools: - python: "3.10" + python: "3.12" sphinx: configuration: docs/source/conf.py