From 53fe7c0e98290ca4480690d074eee754dbaa3be4 Mon Sep 17 00:00:00 2001 From: larsevj Date: Thu, 26 Sep 2024 15:28:05 +0200 Subject: [PATCH] Update erts .readthedocs.yml to point to new locations --- .readthedocs.yaml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c844dd6eeeb..e97179bd62f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -9,13 +9,9 @@ python: sphinx: builder: html - configuration: docs/conf.py + configuration: docs/ert/conf.py build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.9" - apt_packages: - - cmake - - libblas-dev - - liblapack-dev + python: "3.12"