Standard template implementation (#703)

[ROCm/rccl commit: 6e48e518d9]
This commit is contained in:
Saad Rahim
2023-03-13 11:00:57 -06:00
committed by GitHub
parent 216c83c39d
commit 8fdc4795fd
21 changed files with 340 additions and 478 deletions
+14
View File
@@ -0,0 +1,14 @@
# Configuration file for the Sphinx documentation builder.
#
# This file only contains a selection of the most common options. For a full
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html
from rocm_docs import ROCmDocs
docs_core = ROCmDocs("RCCL Documentation")
docs_core.run_doxygen()
docs_core.setup()
for sphinx_var in ROCmDocs.SPHINX_VARS:
globals()[sphinx_var] = getattr(docs_core, sphinx_var)