When integrating sphinxjs for a multi repository documentation site, I stumbled
upon several conflicts errors and Rule 'path_and_formal_params' didn't match at (#109).
For my usecase, it is more convenient to ignore those errors and fix them
on a case by case basis, so I do not mind if I ignore those doclets.
This PR adds a config attribute sphinxjs_lax that make sphinxjs doclet generation
not fail if it has errors.
When integrating sphinxjs for a multi repository documentation site, I stumbled upon several conflicts errors and
Rule 'path_and_formal_params' didn't match at
(#109).For my usecase, it is more convenient to ignore those errors and fix them on a case by case basis, so I do not mind if I ignore those doclets.
This PR adds a config attribute
sphinxjs_lax
that make sphinxjs doclet generation not fail if it has errors.