Skip to content

Commit

Permalink
test: Update rocm-docs-core site tests
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Jul 3, 2024
1 parent e34695b commit e95a89e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/sites/doxygen/extension/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
extensions = ["rocm_docs", "rocm_docs.doxygen", "sphinxcontrib.doxylink"]

doxygen_project = {
"name": "Rocm Docs Core Doxygen Legacy Test Project",
"path": ".doxygen/docBin/xml",
"name": "ROCm Docs Core Test Project - Extension",
"path": "doxygen/xml",
}
doxysphinx_enabled = True

Expand Down
4 changes: 2 additions & 2 deletions tests/sites/doxygen/legacy/conf.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
from rocm_docs import ROCmDocs

docs_core = ROCmDocs("Rocm Docs Core Doxygen Legacy Test Project")
docs_core = ROCmDocs("ROCm Docs Core Doxygen Test Project - Legacy")
docs_core.setup()
docs_core.run_doxygen()
docs_core.run_doxygen(doxygen_root="doxygen", doxygen_path="doxygen/xml")
docs_core.enable_api_reference()

for sphinx_var in ROCmDocs.SPHINX_VARS:
Expand Down
2 changes: 1 addition & 1 deletion tests/sites/pass/minimal_legacy/conf.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from rocm_docs import ROCmDocs

docs_core = ROCmDocs("ROCm Docs Core")
docs_core = ROCmDocs("ROCm Docs Core Test Project - Minimal Legacy")
docs_core.setup()

for sphinx_var in ROCmDocs.SPHINX_VARS:
Expand Down

0 comments on commit e95a89e

Please sign in to comment.