You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments