From 0eed131f676f223a15dcbb5ea3473e558d25c17a Mon Sep 17 00:00:00 2001 From: Takahiro Date: Wed, 6 Dec 2023 21:34:20 +0100 Subject: [PATCH] Modified requirements for docs --- .github/workflows/documentation.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2e91434d..2ee743fd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -10,6 +10,7 @@ jobs: run: | pip install sphinx sphinx_rtd_theme sphinx-copybutton pip install -r docs/requirements.txt + pip install elevation_mapping_cupy/. - name: Sphinx build run: | sphinx-build docs/source docs/_build