Skip to content

Commit

Permalink
Update check_sphinx_links.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mavaylon1 authored May 21, 2024
1 parent 453c56d commit ffdb838
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check_sphinx_links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Install Sphinx dependencies and package
run: |
python -m pip install --upgrade pip
python -m pip install -r requirements-doc.txt
python -m pip install -r requirements-doc.txt -r requirements-opt.txt
python -m pip install .
- name: Check Sphinx internal and external links
Expand Down

0 comments on commit ffdb838

Please sign in to comment.