From 48540ec8c63749e5c286866e64c6baefbaef4a4f Mon Sep 17 00:00:00 2001 From: Remi Gau Date: Wed, 6 Dec 2023 16:10:21 +0100 Subject: [PATCH] [MAINT] updte RTD config --- .readthedocs.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index b37f765..070d7e3 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: '3.12' + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -21,6 +26,5 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: "3.7" install: - requirements: requirements.txt