From 731916676018cc5cfd3c516700e81463c9863a17 Mon Sep 17 00:00:00 2001 From: Charles Tapley Hoyt Date: Wed, 25 Oct 2023 17:41:57 +0200 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 9b2181452..18ed6a6fc 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,11 +2,16 @@ version: 2 +# Set the OS, Python version and other tools you might need build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" +# Optional but recommended, declare the Python requirements required +# to build your documentation +# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html python: - version: "3.8" install: - method: pip path: .