Commit f8cf4fa
authored
Docs: Ignore build folder in doc8 (#676)
When documentation has been built and quality check is run afterwards,
it always fails because of errors in the docs/_build/ folder. This is
because doc8 is also scanning the generated documentation files for
errors.
This commit is adding an ignore-parameter to the call to doc8. With
this the build folder is ignored.1 parent 991948b commit f8cf4fa
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
0 commit comments