Skip to content

Commit 945ee10

Browse files
committed
Tell doc8 to ignore docs/_build dir
1 parent 585f47f commit 945ee10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ deps=blue
2222

2323
[testenv:doc8]
2424
deps=doc8
25-
commands=doc8 docs
25+
commands=doc8 docs --ignore-path docs/_build
2626

2727
[testenv:docs]
2828
allowlist_externals=make

0 commit comments

Comments
 (0)