From d9f17db6a75524627bfa8ff4e16b748322213319 Mon Sep 17 00:00:00 2001 From: George Panchuk Date: Wed, 13 Nov 2024 12:16:42 +0100 Subject: [PATCH] fix: try python3.9 for sphinx --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 893e7068..d5992af4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,4 +3,4 @@ publish = "docs/html" command = "bash -x tools/generate_docs_netlify.sh" [build.environment] -PYTHON_VERSION = "3.10" +PYTHON_VERSION = "3.9"