From 812e4913beb2de7729ca01d7f25cc9a2406e4bf7 Mon Sep 17 00:00:00 2001 From: Zebedee Nicholls Date: Fri, 19 Jan 2024 17:24:02 +0100 Subject: [PATCH] Try RtD again --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ed031a4e..9a76c44e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -17,7 +17,7 @@ build: - pip install poetry - poetry config virtualenvs.create false - mkdir -p bin/magicc/magicc-v7.5.3 - - wget -O "bin/magicc/magicc-v7.5.3.tar.gz" "${MAGICC_LINK_FROM_MAGICC_DOT_ORG}" + - wget -O "bin/magicc/magicc-v7.5.3.tar.gz" ${MAGICC_LINK_FROM_MAGICC_DOT_ORG} - tar -xf bin/magicc/magicc-v7.5.3.tar.gz -C bin/magicc/magicc-v7.5.3 post_install: - poetry install --with docs --all-extras