From 0a6afefc408625725433e5b2eae9dc3db5063938 Mon Sep 17 00:00:00 2001 From: Jordan Cook Date: Tue, 3 Oct 2023 00:41:50 -0500 Subject: [PATCH] Update for breaking change in readthedocs config --- .readthedocs.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index bfcbf92c..826d13a4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,17 +1,16 @@ # Read the Docs configuration file version: 2 -build: - os: ubuntu-20.04 - tools: - python: '3.10' - sphinx: builder: html configuration: docs/conf.py +build: + os: 'ubuntu-22.04' + tools: + python: '3.11' + python: - system_packages: True install: - method: pip path: .