From 42334b4a6cc585fa36f58c774d7c809cdfd7e372 Mon Sep 17 00:00:00 2001 From: spolifroni-amd Date: Tue, 22 Jul 2025 10:26:24 -0400 Subject: [PATCH] Update conf.py --- docs/conf.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/conf.py b/docs/conf.py index e8617a09ef..08a2770738 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -43,7 +43,10 @@ mathjax3_config = { for sphinx_var in ROCmDocs.SPHINX_VARS: globals()[sphinx_var] = getattr(docs_core, sphinx_var) -extensions += ['sphinxcontrib.bibtex'] +extensions += [ + 'sphinxcontrib.bibtex' + 'sphinxcontrib.doxylink' +] bibtex_bibfiles = ['refs.bib'] cpp_id_attributes = ["__global__", "__device__", "__host__"]