diff --git a/docs/conf.py b/docs/conf.py index daf1cd07..4c273c7a 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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_) 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 = {