From 4de1a4b1c886e2aff398e3fb1cf072d2f6906aff Mon Sep 17 00:00:00 2001 From: Andrew Bolster Date: Mon, 28 Aug 2023 22:16:50 +0100 Subject: [PATCH] Update .readthedocs.yml --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index a966ae5e..e253983e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py