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
For example the reference :ref:`not-a-valid-reference` is not flagged as an issue
Not sure if this should be solved by running more of the Sphinx build process (current we only read the sources) or if there should be a dedicated feature that checks for this kind of thing
The text was updated successfully, but these errors were encountered:
By running the full build, we are now able to catch errors like
invalid references and benefit from Sphinx's caching logic.
Also by updating the `PROBLEM_PATTERN` regex, we can catch errors
that do not have an associated line number.
`DiagnosticList` is a way to ensure we don't get repeat reports of
the same issue, but might become a performance issue depending on project scale.
Closes#94Closes#57
For example the reference
:ref:`not-a-valid-reference`
is not flagged as an issueNot sure if this should be solved by running more of the Sphinx build process (current we only read the sources) or if there should be a dedicated feature that checks for this kind of thing
The text was updated successfully, but these errors were encountered: