Skip to content

Commit 8458cee

Browse files
committed
Configure docstrfmt
1 parent 7e436c1 commit 8458cee

File tree

3 files changed

+245
-214
lines changed

3 files changed

+245
-214
lines changed

.github/workflows/lint.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,11 @@ jobs:
136136
echo "::add-matcher::.github/problem-matchers/sphinx-build.json"
137137
echo "::add-matcher::.github/problem-matchers/sphinx-lint.json"
138138
139-
- name: Build docs
140-
run: poe docs -e SPHINXOPTS=--fail-on-warning
139+
- name: Check docs formatting
140+
run: poe format-docs --check
141141

142142
- name: Lint docs
143-
run: poetry run sphinx-lint --enable all $(git ls-files docs)
143+
run: poe lint-docs
144+
145+
- name: Build docs
146+
run: poe docs -e 'SPHINXOPTS=--fail-on-warning --keep-going'

0 commit comments

Comments
 (0)