From 96655ed545fe6551ae6e0cab2c86ea1cb0fc18bf Mon Sep 17 00:00:00 2001 From: Takahiro Date: Wed, 6 Dec 2023 16:39:31 +0100 Subject: [PATCH] Added installing the module. --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 9da81809..d6344387 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -9,6 +9,7 @@ jobs: - name: Install dependencies run: | pip install sphinx sphinx_rtd_theme sphinx-copybutton + pip install elevation_mapping_cupy/. - name: Sphinx build run: | sphinx-build docs/source docs/_build