From af7a0bdb45ef3c183d29d62f0632dfa57d59b76a Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Tue, 19 Mar 2024 17:14:57 -0400 Subject: [PATCH] Fix for readthedocs configuration --- .readthedocs.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 91be621..2422c3e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,10 +1,16 @@ +# .readthedocs.yaml +# Read the Docs configuration file +# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details + version: 2 +# Set the version of Python and other tools you might need build: - image: latest + os: ubuntu-22.04 + tools: + python: "3.11" python: - version: 3.7 install: - method: pip path: .