Skip to content

Commit

Permalink
[sphinx doc] update external link prefix list (#25435)
Browse files Browse the repository at this point in the history
* Update paths for better link tracking.

Apparently 'CONTRIBUTING' was a real workaround, so added 'README'

* Restyle
  • Loading branch information
andy31415 authored and pull[bot] committed Aug 3, 2023
1 parent 9ae6600 commit 2505904
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,10 @@
(MATTER_BASE, "examples/**/*.JPG"),
]
external_content_link_prefixes = [
".",
"src/",
r"\.vscode/",
"CONTRIBUTING",
"CONTRIBUTING", # cannot detect CONTRIBUTING.md
"README", # cannot detect README.md
"scripts/",
"examples/android/",
]
Expand Down

0 comments on commit 2505904

Please sign in to comment.