Skip to content

Commit 569bcd7

Browse files
committed
refactor: Update conf.py for site tests
1 parent 5dc1f22 commit 569bcd7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

tests/sites/doxygen/extension/conf.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
html_theme = "rocm_docs_theme"
21
extensions = ["rocm_docs", "rocm_docs.doxygen", "sphinxcontrib.doxylink"]
2+
html_theme = "rocm_docs_theme"
3+
4+
external_projects_current_project = "a"
35

46
doxygen_project = {
57
"name": "ROCm Docs Core Test Project - Extension",
68
"path": "doxygen/xml",
79
}
810
doxysphinx_enabled = True
9-
10-
external_projects_current_project = "a"

tests/sites/pass/minimal/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
html_theme = "rocm_docs_theme"
21
extensions = ["rocm_docs"]
2+
html_theme = "rocm_docs_theme"
33

44
external_projects_current_project = "a"

tests/sites/templates/minimal/.sphinx/_toc.yml.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@ entries:
33
- file: a.md
44
- title: External Project A
55
url: ${project:a}
6-
- title: Externale Project B
6+
- title: External Project B
77
url: ${project:b}

0 commit comments

Comments
 (0)