Skip to content

Commit

Permalink
Modified workflow for doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mktk1117 committed Dec 6, 2023
1 parent 592d091 commit 37e92b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme sphinx-copybutton
pip install elevation_mapping_cupy/.
pip install -r elevation_mapping_cupy/requirements.txt
- name: Sphinx build
run: |
sphinx-build docs/source docs/_build
Expand Down

0 comments on commit 37e92b6

Please sign in to comment.