From 0331af0803e81233510d0a85b4a0dd52dedc9ef6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thiago=20D=27=C3=81vila?= Date: Sat, 11 Dec 2021 15:26:51 +0100 Subject: [PATCH] [readthedocs] Use Python 3.10 on Read the Docs --- .readthedocs.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index aaf29936..66f2a214 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,12 @@ version: 2 +build: + os: ubuntu-20.04 + tools: + python: "3.10" sphinx: configuration: docs/conf.py formats: all python: - version: 3.8 install: - requirements: docs/requirements.txt - path: .