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 efb5cb3 commit 20d106a
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 -r elevation_mapping_cupy/requirements.txt
pip install -r requirements.txt
- name: Sphinx build
run: |
sphinx-build docs/source docs/_build
Expand Down

0 comments on commit 20d106a

Please sign in to comment.