Skip to content

Commit

Permalink
CI: Add Sphinx to docs linter
Browse files Browse the repository at this point in the history
  • Loading branch information
SchoolGuy committed Jul 23, 2024
1 parent 91add54 commit 1ff9f6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
python-version: 3.9
- name: Install dependencies
run: pip install -U rstcheck doc8
run: pip install -U rstcheck doc8 sphinx
- name: Run rstcheck
run: rstcheck -r docs
- name: Run doc8
Expand Down

0 comments on commit 1ff9f6a

Please sign in to comment.