From a81c82c092ba7457015a57e474e0ee4711cbc9d0 Mon Sep 17 00:00:00 2001 From: Fabian Jankowski Date: Sun, 6 Aug 2023 13:17:29 +0200 Subject: [PATCH] Try tweaking the pre_install job. --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 29e4ac3..6261df2 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,8 +14,9 @@ build: # nodejs: "19" # rust: "1.64" # golang: "1.19" - commands: - - pip install git+https://bitbucket.org/vmorello/mtcutils.git@master + jobs: + pre_install: + - pip install git+https://bitbucket.org/vmorello/mtcutils.git@master # Build documentation in the "docs/" directory with Sphinx sphinx: