From 2f75b27647b39a97ed5cf8d8dc631df63e0fdf96 Mon Sep 17 00:00:00 2001 From: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com> Date: Wed, 18 Dec 2024 17:48:23 +0200 Subject: [PATCH] Specify Sphinx config --- .readthedocs.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9ba41b98ab6..44d80e7a53e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,7 +5,7 @@ version: 2 build: - os: ubuntu-22.04 + os: ubuntu-lts-latest tools: python: "3" @@ -17,6 +17,7 @@ build: sphinx: builder: dirhtml + configuration: peps/conf.py search: ignore: ['*']