From 2ef13e3660b88e8224c2d51c36117efe34a19bc4 Mon Sep 17 00:00:00 2001 From: Daniel Price Date: Mon, 8 May 2023 11:37:53 +1000 Subject: [PATCH] (docs) fix docs build failure [skip ci] --- .readthedocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 3e78225ad..06b4e0bee 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -7,7 +7,7 @@ version: 2 # Set the version of Python and other tools build: - #os: ubuntu-22.04 + os: ubuntu-22.04 tools: python: "3.11"