Skip to content

Commit 466dafe

Browse files
committed
[skip ci] - fix: unify doc8
1 parent b3f39c5 commit 466dafe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

building/build-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ set -ex
44
pushd ..
55
rm -rf docs/build docs/source/stubs
66
make -C docs/ html
7-
doc8 --max-line-length 120 docs/source
7+
doc8 --ignore-path docs/source/stubs --max-line-length 120 docs/source

0 commit comments

Comments
 (0)