From f10fadd73d02e934f046ac87197dd653fd0af56b Mon Sep 17 00:00:00 2001 From: Fabian Jankowski Date: Sun, 6 Aug 2023 13:06:00 +0200 Subject: [PATCH] Move to install command. --- .readthedocs.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e8b60b3..29e4ac3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,6 +14,8 @@ build: # nodejs: "19" # rust: "1.64" # golang: "1.19" + commands: + - pip install git+https://bitbucket.org/vmorello/mtcutils.git@master # Build documentation in the "docs/" directory with Sphinx sphinx: @@ -33,8 +35,6 @@ sphinx: python: install: - - method: pip - path: git+https://bitbucket.org/vmorello/mtcutils.git@master - method: pip path: . extra_requirements: