-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #854 from samjwu/tests
Update configurations for site tests
- Loading branch information
Showing
13 changed files
with
84 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
html_theme = "rocm_docs_theme" | ||
extensions = ["rocm_docs", "rocm_docs.doxygen", "sphinxcontrib.doxylink"] | ||
html_theme = "rocm_docs_theme" | ||
|
||
external_projects_current_project = "a" | ||
|
||
doxygen_project = { | ||
"name": "ROCm Docs Core Test Project - Extension", | ||
"path": "doxygen/xml", | ||
} | ||
doxysphinx_enabled = True | ||
|
||
external_projects_current_project = "a" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
html_theme = "rocm_docs_theme" | ||
extensions = ["rocm_docs"] | ||
html_theme = "rocm_docs_theme" | ||
|
||
external_projects_current_project = "a" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# A subdocument |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# rocm-docs core test site |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
root: index.md | ||
entries: | ||
- file: a.md | ||
- title: External Project A | ||
url: ${project:a} | ||
- title: External Project B | ||
url: ${project:b} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
extensions = ["rocm_docs"] | ||
html_theme = "rocm_docs_theme" | ||
html_theme_options = {"flavor": "rocm-blogs"} | ||
|
||
external_toc_path = "./sphinx/_toc.yml" | ||
|
||
external_projects_current_project = "a" | ||
|
||
version = "1.0.0" | ||
release = "1.0.0" | ||
html_title = f"ROCm Docs Core Theme Test Project - ROCm Blogs Flavor" | ||
project = "ROCm Docs Core" | ||
author = "Advanced Micro Devices, Inc." | ||
copyright = ( | ||
"Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved." | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
extensions = ["rocm_docs"] | ||
html_theme = "rocm_docs_theme" | ||
html_theme_options = {"flavor": "rocm-docs-home"} | ||
|
||
external_toc_path = "./sphinx/_toc.yml" | ||
|
||
external_projects_current_project = "a" | ||
|
||
version = "1.0.0" | ||
release = "1.0.0" | ||
html_title = f"ROCm Docs Core Theme Test Project - ROCm Docs Home Flavor" | ||
project = "ROCm Docs Core" | ||
author = "Advanced Micro Devices, Inc." | ||
copyright = ( | ||
"Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved." | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
extensions = ["rocm_docs"] | ||
html_theme = "rocm_docs_theme" | ||
html_theme_options = {"flavor": "rocm"} | ||
|
||
external_toc_path = "./sphinx/_toc.yml" | ||
|
||
external_projects_current_project = "a" | ||
|
||
version = "1.0.0" | ||
release = "1.0.0" | ||
html_title = f"ROCm Docs Core Theme Test Project - ROCm Flavor" | ||
project = "ROCm Docs Core" | ||
author = "Advanced Micro Devices, Inc." | ||
copyright = ( | ||
"Copyright (c) 2024 Advanced Micro Devices, Inc. All rights reserved." | ||
) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.