Skip to content

Commit 4650d85

Browse files
committed
Restore the docs-ci.yml and update the setup,cfg to ignore format checking in build directories
Signed-off-by: Chin Yeung Li <tli@nexb.com>
1 parent bc8444d commit 4650d85

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/docs-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ jobs:
2727
run: make docs-check
2828

2929
- name: Check documentation for style errors
30-
run: make doc8 --ignore-path docs/build,docs/_build
30+
run: make doc8
3131

3232

setup.cfg

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ norecursedirs =
140140
tests/Ignore
141141
tests/ignore/
142142

143+
[doc8]
144+
ignore-path = docs/build, docs/_build
145+
146+
143147
python_files = *.py
144148

145149
python_classes=Test

0 commit comments

Comments
 (0)