docs build: test api link generation (#3513)

This commit is contained in:
Eugene Yurtsev
2025-02-19 13:15:53 -05:00
committed by GitHub
parent a3bc029344
commit b8d25bc0ed
3 changed files with 328 additions and 140 deletions
+1 -1
View File
@@ -175,7 +175,7 @@ def _on_page_markdown_with_config(
# Append API reference links to code blocks
if add_api_references:
markdown = update_markdown_with_imports(markdown)
markdown = update_markdown_with_imports(markdown, page.file.abs_src_path)
# Apply highlight comments to code blocks
markdown = _highlight_code_blocks(markdown)