mirror of
https://github.com/ROCm/composable_kernel.git
synced 2026-04-20 06:49:15 +00:00
Separate bibtex requirement from rocm-docs-core (#656)
* separate bibtex requirement from rocm-docs-core * point requirements to source rocm-docs-core repo
This commit is contained in:
@@ -18,7 +18,8 @@ mathjax3_config = {
|
||||
}
|
||||
}
|
||||
|
||||
bibtex_bibfiles = ['refs.bib']
|
||||
|
||||
for sphinx_var in ROCmDocs.SPHINX_VARS:
|
||||
globals()[sphinx_var] = getattr(docs_core, sphinx_var)
|
||||
|
||||
extensions += ['sphinxcontrib.bibtex']
|
||||
bibtex_bibfiles = ['refs.bib']
|
||||
|
||||
Reference in New Issue
Block a user