Skip to content

Commit

Permalink
Update check-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chaithyagr authored Jan 10, 2024
1 parent 3e03899 commit ff46016
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/check-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,11 @@ jobs:
package_name="$(echo ${plugin_name} | awk -F- '{print $2}')"
sphinx-apidoc ${sphinx_opts} ${plugin_name}-*/${package_name}
done < plugins.txt
- name: Install GPU specific requirements
run: |
python -m pip install -r pysap-mri-*/gpu_requirements.txt
- name: Build API documentation
run: sphinx-build -E docs/source docs/_build

Expand Down

0 comments on commit ff46016

Please sign in to comment.