docs: revert changes to api reference generation (#3494)

* Temporarily revert. Need to add unit tests tomorrow and can then
restore
This commit is contained in:
Eugene Yurtsev
2025-02-19 02:01:03 +00:00
committed by GitHub
parent 580fe68c8e
commit 4c0c52d996
2 changed files with 17 additions and 70 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, page.file.src_path)
markdown = update_markdown_with_imports(markdown)
# Apply highlight comments to code blocks
markdown = _highlight_code_blocks(markdown)