mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-07-13 10:37:42 +00:00
Update conf.py
This commit is contained in:
@@ -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__"]
|
||||
|
||||
Reference in New Issue
Block a user