From c3510e1d3f1e275695507c3468b55718770eb2fb Mon Sep 17 00:00:00 2001 From: Anton Agestam Date: Sun, 28 May 2023 17:46:30 +0200 Subject: [PATCH] fix: Update RTD configuration (#280) --- .readthedocs.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 1649ccb..330e974 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -2,8 +2,11 @@ version: 2 sphinx: configuration: docs/conf.py +build: + os: ubuntu-22.04 + tools: + # Keep in sync with docs build CI job. + python: "3.11" python: - # Keep in sync with docs build CI job. - version: "3.11" install: - requirements: docs/requirements.txt