Skip to content

Commit

Permalink
docs(conf.py): Update rocm-docs-core documentation configurations
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Jul 3, 2024
1 parent ec766c3 commit e34695b
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,32 +4,34 @@
# list see the documentation:
# https://www.sphinx-doc.org/en/master/usage/configuration.html

setting_all_article_info = True

# Disable fetching projects.yaml, it would be the same as the local one anyway
# except if a PR modifies it. We want to test with its version in that case
external_projects_remote_repository = ""
external_projects = ["hipify", "python", "rocm-docs-core", "rocm"]

external_projects_current_project = "rocm-docs-core"

setting_all_article_info = True

all_article_info_os = ["linux", "windows"]

# specific settings override any general settings (eg: all_article_info_<field>)
article_pages = [
{
"file": "index",
"os": ["linux", "windows"],
"author": "Author: AMD",
"date": "2023-11-03",
"date": "2024-07-03",
"read-time": "2 min read",
},
{"file": "developer_guide/commitizen"},
]

html_theme = "rocm_docs_theme"
html_theme_options = {"flavor": "rocm-blogs"}
html_theme_options = {"flavor": "rocm"}

extensions = ["rocm_docs", "rocm_docs.doxygen"]
external_toc_path = "./sphinx/_toc.yml"

extensions = ["rocm_docs", "rocm_docs.doxygen"]
doxygen_root = "demo/doxygen"
doxysphinx_enabled = True
doxygen_project = {
Expand Down

0 comments on commit e34695b

Please sign in to comment.