From 5e84eeb660b7261098a5f673f2d4fe184805704b Mon Sep 17 00:00:00 2001 From: Donald Stufft Date: Tue, 17 Oct 2023 18:43:06 -0400 Subject: [PATCH] Stop using deprecated/removed keys on RtD (#739) --- .readthedocs.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index d8ac2166..a5f0ba47 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,14 +1,15 @@ version: 2 build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.8" formats: [pdf] sphinx: configuration: docs/conf.py python: - version: 3.8 install: - requirements: docs/requirements.txt - method: pip