From 7ed87331e9db38968e6fa73c1b74ce9325b4c10e Mon Sep 17 00:00:00 2001 From: Sam Dotson Date: Tue, 10 Sep 2024 16:02:03 -0400 Subject: [PATCH] updates readthedocs build --- .readthedocs.yaml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 277d6f9..49eb6b3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,12 +1,9 @@ version: 2 build: - os: "ubuntu-20.04" + os: "ubuntu-22.04" tools: - python: "3.9" - jobs: - post_install: - - pip install pyomo==6.4.1 + python: "3.12" sphinx: configuration: docs/source/conf.py