Skip to content

Commit cd51a20

Browse files
authored
[sphinx doc] update external link prefix list (#25435)
* Update paths for better link tracking. Apparently 'CONTRIBUTING' was a real workaround, so added 'README' * Restyle
1 parent 0062c5d commit cd51a20

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,10 +70,10 @@
7070
(MATTER_BASE, "examples/**/*.JPG"),
7171
]
7272
external_content_link_prefixes = [
73-
".",
7473
"src/",
7574
r"\.vscode/",
76-
"CONTRIBUTING",
75+
"CONTRIBUTING", # cannot detect CONTRIBUTING.md
76+
"README", # cannot detect README.md
7777
"scripts/",
7878
"examples/android/",
7979
]

0 commit comments

Comments
 (0)