From 13ef2523340f4bb067b9c551723dc602f23508d7 Mon Sep 17 00:00:00 2001 From: Grant Andersen Date: Mon, 11 Mar 2024 19:07:35 -0500 Subject: [PATCH] Updating readthedocs config --- .readthedocs.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index aaf2993..c514490 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,8 +2,10 @@ version: 2 sphinx: configuration: docs/conf.py formats: all -python: - version: 3.8 +build: + os: ubuntu-22.04 + tools: + python: "3.11" install: - requirements: docs/requirements.txt - path: .