From c990d95ae5a25fdac3f15ff80d6e52b0219bc272 Mon Sep 17 00:00:00 2001 From: Daniel Price Date: Mon, 8 May 2023 11:37:20 +1000 Subject: [PATCH] (docs) fix docs build failure [skip ci] --- .readthedocs.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 9aa9702ab..3e78225ad 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the version of Python and other tools +build: + #os: ubuntu-22.04 + tools: + python: "3.11" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py