mirror of
https://github.com/vllm-project/vllm.git
synced 2026-08-19 20:20:15 +00:00
[Docs] Fix the duplicate doc icon issue (#43546)
Signed-off-by: chunyang.wen <[email protected]>
This commit is contained in:
@@ -106,8 +106,8 @@ class UrlSchemesPreprocessor(Preprocessor):
|
||||
return f"[{gh_icon} {title}]({url})"
|
||||
|
||||
markdown = "\n".join(lines)
|
||||
markdown = relative_link.sub(replace_relative_link, markdown)
|
||||
markdown = github_link.sub(replace_github_link, markdown)
|
||||
markdown = relative_link.sub(replace_relative_link, markdown)
|
||||
return markdown.split("\n")
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user