From 2112ab6603b64bdbe88470614e91f8954add3104 Mon Sep 17 00:00:00 2001 From: Deirdre Kelliher Date: Mon, 5 Feb 2024 16:39:51 -0500 Subject: [PATCH] BROKEN adding start to prebuild step for readthedocs --- .readthedocs.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 57a75f48..57981d8f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,9 +1,13 @@ version: 2 build: - os: "ubuntu-22.04" - tools: - python: "3.8" + os: "ubuntu-22.04" + tools: + python: "3.8" + jobs: + pre_build: + - ??? + python: install: