From 267f5505050712fad16a3822d0ff7653d86e0b46 Mon Sep 17 00:00:00 2001 From: Felix Dangel Date: Mon, 16 Oct 2023 14:59:46 -0400 Subject: [PATCH] [RTD] Try fixing deprecated `build.image` https://blog.readthedocs.com/use-build-os-config/#use-build-os-instead-of-build-image-on-your-configuration-file --- .readthedocs.yaml | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 692e1a5..3d33c3e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,10 +6,14 @@ version: 2 sphinx: configuration: docs/rtd/conf.py +build: + os: ubuntu-22.04 + tools: + python: "3.8" + python: - version: "3.8" install: - - method: pip - path: . - extra_requirements: - - docs + - method: pip + path: . + extra_requirements: + - docs