From c46d21f4ad20e20274802252f85a0df5a68d7466 Mon Sep 17 00:00:00 2001 From: "Kevin A. Tactac" Date: Thu, 13 Jun 2024 13:43:40 -0400 Subject: [PATCH] fix job config --- .readthedocs.yaml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 443fe21c..e303aa84 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,9 @@ build: os: ubuntu-20.04 tools: python: "mambaforge-4.10" + jobs: + pre_build: + - mkdir ~/tmp sphinx: builder: html @@ -12,7 +15,3 @@ sphinx: conda: environment: environment.yml - -commands: - pre_build: - - mkdir ~/tmp