From 522bf997c43ef771e7d36e13dcc1ad6ef0bc6bd0 Mon Sep 17 00:00:00 2001 From: Vadim Bertrand Date: Mon, 30 Oct 2023 10:50:18 +0100 Subject: [PATCH] install jaxparrow before building doc --- .github/workflows/python-documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/python-documentation.yml b/.github/workflows/python-documentation.yml index 53e23b5..42db581 100644 --- a/.github/workflows/python-documentation.yml +++ b/.github/workflows/python-documentation.yml @@ -21,6 +21,7 @@ jobs: - name: Install dependencies run: | pip install sphinx myst_parser + pip install . - name: Sphinx build run: | sphinx-build docs docs/_build