From 0d4e2932567245fedc3e91d66f6b1c8e13163046 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 16:35:06 +0000 Subject: [PATCH 01/31] build: bump ruff from 0.9.6 to 0.9.7 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.6 to 0.9.7. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.6...0.9.7) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3bd47078..a06b83ba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -300,7 +300,7 @@ rpds-py==0.22.3 # via # jsonschema # referencing -ruff==0.9.6 +ruff==0.9.7 # via rocm-docs-core (pyproject.toml) six==1.17.0 # via python-dateutil From 5517d358dc2a3827a0bb2fccbb3db17286628c75 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 19 Feb 2025 10:30:43 -0500 Subject: [PATCH 02/31] fix: add version_list() definition --- src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja b/src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja index ce909694..f943113b 100644 --- a/src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja +++ b/src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja @@ -17,6 +17,12 @@ {% set repo_url = repo_url|replace("http://", "https://") %} +{% macro version_list() -%} + {% if theme_version_list_link %} + Version List + {% endif %} +{%- endmacro -%} + {% set nav_secondary_items = { "GitHub": repo_url, From 2fbefc29bfdb80fdd044b3d30b36d2acada65ab4 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 19 Feb 2025 11:12:29 -0500 Subject: [PATCH 03/31] fix: prevent rocm-ds using rocm latest version --- src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja b/src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja index f943113b..762a45b2 100644 --- a/src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja +++ b/src/rocm_docs/rocm_docs_theme/flavors/rocm-ds/header.jinja @@ -1,8 +1,6 @@ {% macro top_level_header(branch, latest_version, release_candidate_version) -%} {% if branch in ["develop", "master", "main", "amd-master", "amd-staging"] %} {% set version_name = "Future Release" %} - {% elif branch == "latest" %} - {% set version_name = latest_version %} {% else %} {% set version_name = branch %} {% endif %} From d4ff21d5d1eb70de59c2f4781684ed06b38109b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:33:44 +0000 Subject: [PATCH 04/31] build: bump pygithub from 2.6.0 to 2.6.1 Bumps [pygithub](https://github.com/pygithub/pygithub) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/pygithub/pygithub/releases) - [Changelog](https://github.com/PyGithub/PyGithub/blob/v2.6.1/doc/changes.rst) - [Commits](https://github.com/pygithub/pygithub/compare/v2.6.0...v2.6.1) --- updated-dependencies: - dependency-name: pygithub dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a06b83ba..bd3a49f3 100644 --- a/requirements.txt +++ b/requirements.txt @@ -242,7 +242,7 @@ pydata-sphinx-theme==0.16.1 # via # rocm-docs-core (pyproject.toml) # sphinx-book-theme -pygithub==2.6.0 +pygithub==2.6.1 # via rocm-docs-core (pyproject.toml) pygments==2.19.1 # via From 24388013ecc48279d9360d6ee8e4be604fd2aa70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Feb 2025 16:34:09 +0000 Subject: [PATCH 05/31] build: bump rpds-py from 0.22.3 to 0.23.1 Bumps [rpds-py](https://github.com/crate-py/rpds) from 0.22.3 to 0.23.1. - [Release notes](https://github.com/crate-py/rpds/releases) - [Commits](https://github.com/crate-py/rpds/compare/v0.22.3...v0.23.1) --- updated-dependencies: - dependency-name: rpds-py dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a06b83ba..a5910a68 100644 --- a/requirements.txt +++ b/requirements.txt @@ -296,7 +296,7 @@ requests==2.32.3 # via # pygithub # sphinx -rpds-py==0.22.3 +rpds-py==0.23.1 # via # jsonschema # referencing From aebcd3ba53c41ec58d54e5a31ba08a453afbb600 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:59:39 +0000 Subject: [PATCH 06/31] build: bump identify from 2.6.7 to 2.6.8 Bumps [identify](https://github.com/pre-commit/identify) from 2.6.7 to 2.6.8. - [Commits](https://github.com/pre-commit/identify/compare/v2.6.7...v2.6.8) --- updated-dependencies: - dependency-name: identify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35fb9479..1a6eed5b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -103,7 +103,7 @@ gitpython==3.1.44 # via rocm-docs-core (pyproject.toml) greenlet==3.1.1 # via sqlalchemy -identify==2.6.7 +identify==2.6.8 # via pre-commit idna==3.10 # via requests From 75113e98ff067f6c0095707d3c6a9649ed9539d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:59:43 +0000 Subject: [PATCH 07/31] build: bump breathe from 4.35.0 to 4.36.0 Bumps [breathe](https://github.com/breathe-doc/breathe) from 4.35.0 to 4.36.0. - [Release notes](https://github.com/breathe-doc/breathe/releases) - [Changelog](https://github.com/breathe-doc/breathe/blob/main/CHANGELOG.rst) - [Commits](https://github.com/breathe-doc/breathe/compare/v4.35.0...v4.36.0) --- updated-dependencies: - dependency-name: breathe dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35fb9479..aec1e5df 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,7 +25,7 @@ beautifulsoup4==4.13.3 # via pydata-sphinx-theme black==25.1.0 # via rocm-docs-core (pyproject.toml) -breathe==4.35.0 +breathe==4.36.0 # via rocm-docs-core (pyproject.toml) build==1.2.2.post1 # via From 5222106b6efd6d0c20954221149b931499ab3644 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Feb 2025 16:59:57 +0000 Subject: [PATCH 08/31] build: bump decorator from 5.1.1 to 5.2.1 Bumps [decorator](https://github.com/micheles/decorator) from 5.1.1 to 5.2.1. - [Release notes](https://github.com/micheles/decorator/releases) - [Changelog](https://github.com/micheles/decorator/blob/5.2.1/CHANGES.md) - [Commits](https://github.com/micheles/decorator/compare/5.1.1...5.2.1) --- updated-dependencies: - dependency-name: decorator dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 35fb9479..0953efa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -69,7 +69,7 @@ debugpy==1.8.12 # via ipykernel decli==0.6.2 # via commitizen -decorator==5.1.1 +decorator==5.2.1 # via ipython deprecated==1.2.18 # via pygithub From 483a15118badadf11bb5c0c197010165b3b10a3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:00:20 +0000 Subject: [PATCH 09/31] build: bump ruff from 0.9.7 to 0.9.8 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.7 to 0.9.8. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.7...0.9.8) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d284e046..53113ca2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -300,7 +300,7 @@ rpds-py==0.23.1 # via # jsonschema # referencing -ruff==0.9.7 +ruff==0.9.8 # via rocm-docs-core (pyproject.toml) six==1.17.0 # via python-dateutil From 602ece2042c43b8f28df5eb81b457c6522a72dc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 17:00:31 +0000 Subject: [PATCH 10/31] build: bump isort from 6.0.0 to 6.0.1 Bumps [isort](https://github.com/PyCQA/isort) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/PyCQA/isort/releases) - [Changelog](https://github.com/PyCQA/isort/blob/main/CHANGELOG.md) - [Commits](https://github.com/PyCQA/isort/compare/6.0.0...6.0.1) --- updated-dependencies: - dependency-name: isort dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d284e046..fcba2791 100644 --- a/requirements.txt +++ b/requirements.txt @@ -121,7 +121,7 @@ ipython==8.32.0 # via # ipykernel # myst-nb -isort==6.0.0 +isort==6.0.1 # via rocm-docs-core (pyproject.toml) jedi==0.19.2 # via ipython From 5f79e3f6892ed496e32eb46be930cf387e6aa735 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:54:32 +0000 Subject: [PATCH 11/31] build: bump ruff from 0.9.8 to 0.9.9 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.8 to 0.9.9. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.8...0.9.9) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 758c7adb..b923e5db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -300,7 +300,7 @@ rpds-py==0.23.1 # via # jsonschema # referencing -ruff==0.9.8 +ruff==0.9.9 # via rocm-docs-core (pyproject.toml) six==1.17.0 # via python-dateutil From a26899392944575576fb7e3aabbb1b0833814449 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:54:38 +0000 Subject: [PATCH 12/31] build: bump ipython from 8.32.0 to 8.33.0 Bumps [ipython](https://github.com/ipython/ipython) from 8.32.0 to 8.33.0. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/8.32.0...8.33.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 758c7adb..e740a504 100644 --- a/requirements.txt +++ b/requirements.txt @@ -117,7 +117,7 @@ iniconfig==2.0.0 # via pytest ipykernel==6.29.5 # via myst-nb -ipython==8.32.0 +ipython==8.33.0 # via # ipykernel # myst-nb From 1fa05befe3c2d20f4789dc3735aea5f1162463ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:54:45 +0000 Subject: [PATCH 13/31] build: bump commitizen from 4.2.2 to 4.3.0 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 4.2.2 to 4.3.0. - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/v4.2.2...v4.3.0) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 758c7adb..6c06e978 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ colorama==0.4.6 # via commitizen comm==0.2.2 # via ipykernel -commitizen==4.2.2 +commitizen==4.3.0 # via rocm-docs-core (pyproject.toml) contourpy==1.3.1 # via matplotlib From 9dfe417ba9a99299b5ff2e18c29b1b090f7d5487 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:54:56 +0000 Subject: [PATCH 14/31] build: bump matplotlib from 3.10.0 to 3.10.1 Bumps [matplotlib](https://github.com/matplotlib/matplotlib) from 3.10.0 to 3.10.1. - [Release notes](https://github.com/matplotlib/matplotlib/releases) - [Commits](https://github.com/matplotlib/matplotlib/compare/v3.10.0...v3.10.1) --- updated-dependencies: - dependency-name: matplotlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 758c7adb..e792f692 100644 --- a/requirements.txt +++ b/requirements.txt @@ -158,7 +158,7 @@ markdown-it-py==3.0.0 # myst-parser markupsafe==3.0.2 # via jinja2 -matplotlib==3.10.0 +matplotlib==3.10.1 # via doxysphinx matplotlib-inline==0.1.7 # via From d4ef142b2346ddf2a6838baaff2c7692c06d5d46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 16:55:23 +0000 Subject: [PATCH 15/31] build: bump sphinxcontrib-doxylink from 1.12.4 to 1.13.0 Bumps [sphinxcontrib-doxylink](https://github.com/sphinx-contrib/doxylink) from 1.12.4 to 1.13.0. - [Release notes](https://github.com/sphinx-contrib/doxylink/releases) - [Changelog](https://github.com/sphinx-contrib/doxylink/blob/master/CHANGELOG.md) - [Commits](https://github.com/sphinx-contrib/doxylink/compare/1.12.4...1.13.0) --- updated-dependencies: - dependency-name: sphinxcontrib-doxylink dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 758c7adb..e3fecab4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -337,7 +337,7 @@ sphinxcontrib-applehelp==2.0.0 # via sphinx sphinxcontrib-devhelp==2.0.0 # via sphinx -sphinxcontrib-doxylink==1.12.4 +sphinxcontrib-doxylink==1.13.0 # via rocm-docs-core (pyproject.toml) sphinxcontrib-htmlhelp==2.1.0 # via sphinx From 298ca87732ecfd4f88627669641dc9a867529e0d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 3 Mar 2025 15:25:53 +0000 Subject: [PATCH 16/31] =?UTF-8?q?bump:=20version=201.17.0=20=E2=86=92=201.?= =?UTF-8?q?17.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 7 +++++++ docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 67f6c53d..18369ebb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.17.1 (2025-03-03) + +### Fix + +- prevent rocm-ds using rocm latest version +- add version_list() definition + ## v1.17.0 (2025-02-19) ### Feat diff --git a/docs/conf.py b/docs/conf.py index 5fc27706..6701d6fe 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,8 +51,8 @@ "path": "demo/doxygen/xml", } -version = "1.17.0" -release = "1.17.0" +version = "1.17.1" +release = "1.17.1" html_title = f"ROCm Docs Core {version}" project = "ROCm Docs Core" author = "Advanced Micro Devices, Inc." diff --git a/pyproject.toml b/pyproject.toml index 010118ba..15e44f6f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.17.0" +version = "1.17.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.17.0" +version = "1.17.1" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true From afb80cf2777192704b2eb8c9b1331d0b54749ce4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:14:36 +0000 Subject: [PATCH 17/31] build: bump commitizen from 4.3.0 to 4.4.1 Bumps [commitizen](https://github.com/commitizen-tools/commitizen) from 4.3.0 to 4.4.1. - [Release notes](https://github.com/commitizen-tools/commitizen/releases) - [Changelog](https://github.com/commitizen-tools/commitizen/blob/master/CHANGELOG.md) - [Commits](https://github.com/commitizen-tools/commitizen/compare/v4.3.0...v4.4.1) --- updated-dependencies: - dependency-name: commitizen dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ea03a3a..e8d3ac26 100644 --- a/requirements.txt +++ b/requirements.txt @@ -57,7 +57,7 @@ colorama==0.4.6 # via commitizen comm==0.2.2 # via ipykernel -commitizen==4.3.0 +commitizen==4.4.1 # via rocm-docs-core (pyproject.toml) contourpy==1.3.1 # via matplotlib From ac1b92dc88b7dd9159c113c00bfb5b7878c92f4e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:14:45 +0000 Subject: [PATCH 18/31] build: bump pytest from 8.3.4 to 8.3.5 Bumps [pytest](https://github.com/pytest-dev/pytest) from 8.3.4 to 8.3.5. - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pytest-dev/pytest/compare/8.3.4...8.3.5) --- updated-dependencies: - dependency-name: pytest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ea03a3a..d92aef5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -266,7 +266,7 @@ pyproject-hooks==1.2.0 # via # build # pip-tools -pytest==8.3.4 +pytest==8.3.5 # via rocm-docs-core (pyproject.toml) python-dateutil==2.9.0.post0 # via From 40b53eafde024d3b246f697cef579655ba69f937 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Mar 2025 16:14:52 +0000 Subject: [PATCH 19/31] build: bump cryptography from 44.0.1 to 44.0.2 Bumps [cryptography](https://github.com/pyca/cryptography) from 44.0.1 to 44.0.2. - [Changelog](https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst) - [Commits](https://github.com/pyca/cryptography/compare/44.0.1...44.0.2) --- updated-dependencies: - dependency-name: cryptography dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ea03a3a..09e5a83a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -61,7 +61,7 @@ commitizen==4.3.0 # via rocm-docs-core (pyproject.toml) contourpy==1.3.1 # via matplotlib -cryptography==44.0.1 +cryptography==44.0.2 # via pyjwt cycler==0.12.1 # via matplotlib From da40e91959f008ec281db14d81d9a13ea266390f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Mar 2025 16:47:52 +0000 Subject: [PATCH 20/31] build: bump debugpy from 1.8.12 to 1.8.13 Bumps [debugpy](https://github.com/microsoft/debugpy) from 1.8.12 to 1.8.13. - [Release notes](https://github.com/microsoft/debugpy/releases) - [Commits](https://github.com/microsoft/debugpy/compare/v1.8.12...v1.8.13) --- updated-dependencies: - dependency-name: debugpy dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18899378..8252cc59 100644 --- a/requirements.txt +++ b/requirements.txt @@ -65,7 +65,7 @@ cryptography==44.0.2 # via pyjwt cycler==0.12.1 # via matplotlib -debugpy==1.8.12 +debugpy==1.8.13 # via ipykernel decli==0.6.2 # via commitizen From e701f0801e5b47a79771929e74f8df1926e62bd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Mar 2025 16:39:58 +0000 Subject: [PATCH 21/31] build: bump jinja2 from 3.1.5 to 3.1.6 Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.5 to 3.1.6. - [Release notes](https://github.com/pallets/jinja/releases) - [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst) - [Commits](https://github.com/pallets/jinja/compare/3.1.5...3.1.6) --- updated-dependencies: - dependency-name: jinja2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18899378..9a1e8d45 100644 --- a/requirements.txt +++ b/requirements.txt @@ -125,7 +125,7 @@ isort==6.0.1 # via rocm-docs-core (pyproject.toml) jedi==0.19.2 # via ipython -jinja2==3.1.5 +jinja2==3.1.6 # via # commitizen # myst-parser From d78e6639e8731ba7972e10221f473f6abc4c6c2e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:34:53 +0000 Subject: [PATCH 22/31] build: bump virtualenv from 20.29.2 to 20.29.3 Bumps [virtualenv](https://github.com/pypa/virtualenv) from 20.29.2 to 20.29.3. - [Release notes](https://github.com/pypa/virtualenv/releases) - [Changelog](https://github.com/pypa/virtualenv/blob/main/docs/changelog.rst) - [Commits](https://github.com/pypa/virtualenv/compare/20.29.2...20.29.3) --- updated-dependencies: - dependency-name: virtualenv dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18899378..f6494d80 100644 --- a/requirements.txt +++ b/requirements.txt @@ -396,7 +396,7 @@ urllib3==2.3.0 # via # pygithub # requests -virtualenv==20.29.2 +virtualenv==20.29.3 # via pre-commit wcwidth==0.2.13 # via prompt-toolkit From d03185f8b4947ad0aa06710504166ee994dde1f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Mar 2025 16:35:16 +0000 Subject: [PATCH 23/31] build: bump ruff from 0.9.9 to 0.9.10 Bumps [ruff](https://github.com/astral-sh/ruff) from 0.9.9 to 0.9.10. - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.9.9...0.9.10) --- updated-dependencies: - dependency-name: ruff dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 18899378..c1b5b15a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -300,7 +300,7 @@ rpds-py==0.23.1 # via # jsonschema # referencing -ruff==0.9.9 +ruff==0.9.10 # via rocm-docs-core (pyproject.toml) six==1.17.0 # via python-dateutil From d9d417ba16f0bbdd773623cd1961b33419ba9b6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Mar 2025 16:21:05 +0000 Subject: [PATCH 24/31] build: bump identify from 2.6.8 to 2.6.9 Bumps [identify](https://github.com/pre-commit/identify) from 2.6.8 to 2.6.9. - [Commits](https://github.com/pre-commit/identify/compare/v2.6.8...v2.6.9) --- updated-dependencies: - dependency-name: identify dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c668a017..a4f3df24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -103,7 +103,7 @@ gitpython==3.1.44 # via rocm-docs-core (pyproject.toml) greenlet==3.1.1 # via sqlalchemy -identify==2.6.8 +identify==2.6.9 # via pre-commit idna==3.10 # via requests From 70fb3195191db1e82674eb91a0c4268ba8873798 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 12 Mar 2025 15:20:23 -0400 Subject: [PATCH 25/31] feat: add ai-developer-hub flavor --- .../flavors/ai-developer-hub/footer.jinja | 1 + .../flavors/ai-developer-hub/header.jinja | 33 +++++++++++++++++++ .../ai-developer-hub/left-side-menu.jinja | 3 ++ src/rocm_docs/theme.py | 1 + 4 files changed, 38 insertions(+) create mode 100644 src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/footer.jinja create mode 100644 src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja create mode 100644 src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/left-side-menu.jinja diff --git a/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/footer.jinja b/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/footer.jinja new file mode 100644 index 00000000..c7b8ed0a --- /dev/null +++ b/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/footer.jinja @@ -0,0 +1 @@ +{% macro license_link() -%}{%- endmacro -%} diff --git a/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja b/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja new file mode 100644 index 00000000..635a70a3 --- /dev/null +++ b/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja @@ -0,0 +1,33 @@ +{% macro top_level_header(branch, latest_version, release_candidate_version) -%} + {% if branch in ["develop", "master", "main", "amd-master", "amd-staging"] %} + {% set version_name = "Future Release" %} + {% else %} + {% set version_name = branch %} + {% endif %} + AI Developer {{ version_name }} +{%- endmacro -%} + +{% if theme_repository_url.endswith("-docs") %} + {% set repo_url = theme_repository_url|replace("-docs", "") %} +{% else %} + {% set repo_url = theme_repository_url %} +{% endif %} + +{% set repo_url = repo_url|replace("http://", "https://") %} + +{% macro version_list() -%} + Version List +{%- endmacro -%} + +{% +set nav_secondary_items = { + "GitHub": repo_url, + "Community": "https://github.com/ROCm/ROCm/discussions", + "Blogs": "https://rocm.blogs.amd.com/", + "ROCm™ Docs": "https://rocm.docs.amd.com", + "ROCm Developer Hub": "https://www.amd.com/en/developer/resources/rocm-hub.html", + "Instinct™ Docs": "https://instinct.docs.amd.com", + "Infinity Hub": "https://www.amd.com/en/developer/resources/infinity-hub.html", + "Support": repo_url + "/issues/new/choose" +} +%} diff --git a/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/left-side-menu.jinja b/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/left-side-menu.jinja new file mode 100644 index 00000000..ab637c81 --- /dev/null +++ b/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/left-side-menu.jinja @@ -0,0 +1,3 @@ +{% +set main_doc_link = ("AI Developer", projects['gpuaidev']) +%} diff --git a/src/rocm_docs/theme.py b/src/rocm_docs/theme.py index 85037aae..586ce619 100644 --- a/src/rocm_docs/theme.py +++ b/src/rocm_docs/theme.py @@ -120,6 +120,7 @@ def _update_theme_options(app: Sphinx) -> None: "rocm-blogs", "generic", "rocm-ds", + "ai-developer-hub" ] flavor = theme_opts.get("flavor", "rocm") if flavor not in supported_flavors: From f0938b83963905a771c650135e2a4f4c7010fa60 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 12 Mar 2025 15:20:42 -0400 Subject: [PATCH 26/31] fix: remove -docs suffix for consistency --- src/rocm_docs/data/projects.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rocm_docs/data/projects.yaml b/src/rocm_docs/data/projects.yaml index 26367bb1..3491ae9c 100644 --- a/src/rocm_docs/data/projects.yaml +++ b/src/rocm_docs/data/projects.yaml @@ -8,7 +8,7 @@ projects: target: https://rocm.docs.amd.com/projects/amdsmi/en/${version} development_branch: amd-staging composable_kernel: https://rocm.docs.amd.com/projects/composable_kernel/en/${version} - gpuaidev-docs: + gpuaidev: target: https://rocm.docs.amd.com/projects/ai-developer-hub/en/${version} development_branch: main hip: From a7217060d687d80c5f6b9cade90455b7122dbfcc Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 12 Mar 2025 15:34:35 -0400 Subject: [PATCH 27/31] fix: fix typo --- .../rocm_docs_theme/flavors/ai-developer-hub/header.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja b/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja index 635a70a3..df837598 100644 --- a/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja +++ b/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja @@ -4,7 +4,7 @@ {% else %} {% set version_name = branch %} {% endif %} - AI Developer {{ version_name }} + AI Developer {{ version_name }} {%- endmacro -%} {% if theme_repository_url.endswith("-docs") %} From 5682c50fa4f0a04af4464e5db6536e8ab0ac76b5 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 12 Mar 2025 15:38:47 -0400 Subject: [PATCH 28/31] fix: fix linting --- src/rocm_docs/theme.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rocm_docs/theme.py b/src/rocm_docs/theme.py index 586ce619..13710c7a 100644 --- a/src/rocm_docs/theme.py +++ b/src/rocm_docs/theme.py @@ -120,7 +120,7 @@ def _update_theme_options(app: Sphinx) -> None: "rocm-blogs", "generic", "rocm-ds", - "ai-developer-hub" + "ai-developer-hub", ] flavor = theme_opts.get("flavor", "rocm") if flavor not in supported_flavors: From 27fdf2f33d579e81571f85c80434da7b18f506a6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Mar 2025 19:53:21 +0000 Subject: [PATCH 29/31] =?UTF-8?q?bump:=20version=201.17.1=20=E2=86=92=201.?= =?UTF-8?q?18.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 12 ++++++++++++ docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 16 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 18369ebb..bc208675 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +## v1.18.0 (2025-03-12) + +### Feat + +- add ai-developer-hub flavor + +### Fix + +- fix linting +- fix typo +- remove -docs suffix for consistency + ## v1.17.1 (2025-03-03) ### Fix diff --git a/docs/conf.py b/docs/conf.py index 6701d6fe..5b7a53dc 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,8 +51,8 @@ "path": "demo/doxygen/xml", } -version = "1.17.1" -release = "1.17.1" +version = "1.18.0" +release = "1.18.0" html_title = f"ROCm Docs Core {version}" project = "ROCm Docs Core" author = "Advanced Micro Devices, Inc." diff --git a/pyproject.toml b/pyproject.toml index 15e44f6f..04322d1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.17.1" +version = "1.18.0" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.17.1" +version = "1.18.0" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true From 1a686b6a61ddb8cf9172706f26333207c7e6bcd0 Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Wed, 12 Mar 2025 16:42:00 -0400 Subject: [PATCH 30/31] fix: rename header --- .../rocm_docs_theme/flavors/ai-developer-hub/header.jinja | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja b/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja index df837598..242b118e 100644 --- a/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja +++ b/src/rocm_docs/rocm_docs_theme/flavors/ai-developer-hub/header.jinja @@ -1,10 +1,12 @@ {% macro top_level_header(branch, latest_version, release_candidate_version) -%} {% if branch in ["develop", "master", "main", "amd-master", "amd-staging"] %} {% set version_name = "Future Release" %} + {% elif branch == "latest" %} + {% set version_name = "" %} {% else %} {% set version_name = branch %} {% endif %} - AI Developer {{ version_name }} + AI Tutorials {{ version_name }} {%- endmacro -%} {% if theme_repository_url.endswith("-docs") %} From 6bbb61307db09c31b3597216e26ee8905f606106 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 12 Mar 2025 20:49:19 +0000 Subject: [PATCH 31/31] =?UTF-8?q?bump:=20version=201.18.0=20=E2=86=92=201.?= =?UTF-8?q?18.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ docs/conf.py | 4 ++-- pyproject.toml | 4 ++-- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc208675..688a86b0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v1.18.1 (2025-03-12) + +### Fix + +- rename header + ## v1.18.0 (2025-03-12) ### Feat diff --git a/docs/conf.py b/docs/conf.py index 5b7a53dc..21aca533 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -51,8 +51,8 @@ "path": "demo/doxygen/xml", } -version = "1.18.0" -release = "1.18.0" +version = "1.18.1" +release = "1.18.1" html_title = f"ROCm Docs Core {version}" project = "ROCm Docs Core" author = "Advanced Micro Devices, Inc." diff --git a/pyproject.toml b/pyproject.toml index 04322d1e..c5cb14c2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta" [project] name = 'rocm-docs-core' -version = "1.18.0" +version = "1.18.1" authors=[ {name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"} ] @@ -72,7 +72,7 @@ color = true [tool.commitizen] name = "cz_conventional_commits" -version = "1.18.0" +version = "1.18.1" version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"] tag_format = "v$version" annotated_tag = true