From 8bafc1250119b842f222b2950bf0de7ce4866475 Mon Sep 17 00:00:00 2001 From: Fernando Verdugo Date: Fri, 10 Nov 2023 23:35:33 +0100 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7c4d7b21f..6075e56d6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,10 +4,15 @@ version: 2 # Set the version of Python and other tools you might need build: - os: ubuntu-20.04 + os: ubuntu-22.04 tools: - python: "3.9" + python: "3.11" +# Build documentation in the docs/ directory with Sphinx +sphinx: + builder: html + configuration: docs/conf.py + formats: - epub - pdf