From 2a40d0d029d70203d82e701405f17154bbe8fc3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20Luis=20Cano=20Rodr=C3=ADguez?= Date: Sun, 24 Jul 2022 16:38:10 +0200 Subject: [PATCH] Upgrade Read the Docs to Python 3.8 and Ubuntu 22.04 --- .readthedocs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 09006eb229..6eb25fe428 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,14 +1,14 @@ -# Read the Docs configuration file -# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details - -# Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + sphinx: configuration: docs/source/conf.py fail_on_warning: true python: - version: 3 install: - requirements: docs/requirements.txt