From 886e2cdd8c01ba7efcaa28f2cdf51079013fe0a2 Mon Sep 17 00:00:00 2001 From: Oliver Walters Date: Tue, 13 Feb 2024 19:28:08 +1100 Subject: [PATCH] install invoke --- readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/readthedocs.yml b/readthedocs.yml index 05f69f4040..234e2b7106 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -15,4 +15,5 @@ build: jobs: post_install: - echo "Generating API schema file" + - pip install -U invoke - invoke schema --filename docs/schema.yml --ignore-warnings