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
Copy file name to clipboardExpand all lines: docs/index.md
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -105,7 +105,7 @@ but has not yet been accepted.
105
105
106
106
If `relative_crossrefs` and `check_crossrefs` are both enabled (the latter is true by default),
107
107
then all cross-reference expressions will be checked to ensure that they exist and failures
108
-
will be reported with the source location. Otherwise, missing cross-references will be reported
108
+
will be reported with the source location (with the exception of any crossrefs which match a pattern in `check_crossrefs_exclude`). Otherwise, missing cross-references will be reported
109
109
by mkdocstrings without the source location, in which case it is often difficult to locate the source
110
110
of the error. Note that the errors generated by this feature are in addition to the errors
111
111
from mkdocstrings.
@@ -121,5 +121,3 @@ This function returns a [Path][?pathlib.] instance.
0 commit comments