From 6aad799b202325abd81a0c2071ca068a18a92fc7 Mon Sep 17 00:00:00 2001 From: Plutonium-239 Date: Wed, 28 Aug 2024 13:08:26 +0530 Subject: [PATCH] docs: try fix for experiments models not showing only on RTD --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 7c8cf0c..1bc0354 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,7 +8,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.9" + python: "3.8" # You can also specify other tool versions: # nodejs: "20" # rust: "1.70"