Skip to content

Commit a057925

Browse files
committed
Merge branch 'develop'
2 parents bffadef + 0d68fd4 commit a057925

File tree

6 files changed

+62
-14
lines changed

6 files changed

+62
-14
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies = [
2424
"sphinx>=5.3.0",
2525
"breathe>=4.34.0",
2626
"myst-nb>=1.1.2",
27-
"pydata-sphinx-theme==0.15.4",
27+
"pydata-sphinx-theme==0.16.1",
2828
"sphinx-book-theme>=1.0.1",
2929
"sphinx-copybutton>=0.5.1",
3030
"sphinx-design>=0.3.0",

requirements.txt

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ build==1.2.2.post1
3131
# via
3232
# pip-tools
3333
# rocm-docs-core (pyproject.toml)
34-
certifi==2025.4.26
34+
certifi==2025.6.15
3535
# via requests
3636
cffi==1.17.1
3737
# via
@@ -57,11 +57,11 @@ colorama==0.4.6
5757
# via commitizen
5858
comm==0.2.2
5959
# via ipykernel
60-
commitizen==4.8.2
60+
commitizen==4.8.3
6161
# via rocm-docs-core (pyproject.toml)
6262
contourpy==1.3.2
6363
# via matplotlib
64-
cryptography==45.0.3
64+
cryptography==45.0.4
6565
# via pyjwt
6666
cycler==0.12.1
6767
# via matplotlib
@@ -90,7 +90,7 @@ fastjsonschema==2.21.1
9090
# rocm-docs-core (pyproject.toml)
9191
filelock==3.18.0
9292
# via virtualenv
93-
fonttools==4.58.2
93+
fonttools==4.58.4
9494
# via matplotlib
9595
gitdb==4.0.12
9696
# via gitpython
@@ -165,7 +165,7 @@ mdurl==0.1.2
165165
# via markdown-it-py
166166
mpire==2.10.2
167167
# via doxysphinx
168-
mypy==1.16.0
168+
mypy==1.16.1
169169
# via rocm-docs-core (pyproject.toml)
170170
mypy-extensions==1.1.0
171171
# via
@@ -236,7 +236,7 @@ pure-eval==0.2.3
236236
# via stack-data
237237
pycparser==2.22
238238
# via cffi
239-
pydata-sphinx-theme==0.15.4
239+
pydata-sphinx-theme==0.16.1
240240
# via
241241
# rocm-docs-core (pyproject.toml)
242242
# sphinx-book-theme
@@ -264,7 +264,7 @@ pyproject-hooks==1.2.0
264264
# via
265265
# build
266266
# pip-tools
267-
pytest==8.4.0
267+
pytest==8.4.1
268268
# via rocm-docs-core (pyproject.toml)
269269
python-dateutil==2.9.0.post0
270270
# via
@@ -280,7 +280,7 @@ pyyaml==6.0.2
280280
# pre-commit
281281
# rocm-docs-core (pyproject.toml)
282282
# sphinx-external-toc
283-
pyzmq==26.4.0
283+
pyzmq==27.0.0
284284
# via
285285
# ipykernel
286286
# jupyter-client
@@ -290,15 +290,15 @@ referencing==0.36.2
290290
# via
291291
# jsonschema
292292
# jsonschema-specifications
293-
requests==2.32.3
293+
requests==2.32.4
294294
# via
295295
# pygithub
296296
# sphinx
297297
rpds-py==0.25.1
298298
# via
299299
# jsonschema
300300
# referencing
301-
ruff==0.11.13
301+
ruff==0.12.0
302302
# via rocm-docs-core (pyproject.toml)
303303
six==1.17.0
304304
# via python-dateutil
@@ -371,7 +371,7 @@ traitlets==5.14.3
371371
# matplotlib-inline
372372
# nbclient
373373
# nbformat
374-
typing-extensions==4.13.2
374+
typing-extensions==4.14.0
375375
# via
376376
# beautifulsoup4
377377
# mypy
@@ -380,7 +380,7 @@ typing-extensions==4.13.2
380380
# pygithub
381381
# referencing
382382
# sqlalchemy
383-
urllib3==2.4.0
383+
urllib3==2.5.0
384384
# via
385385
# pygithub
386386
# requests
@@ -392,7 +392,7 @@ wheel==0.45.1
392392
# via pip-tools
393393
wrapt==1.17.2
394394
# via deprecated
395-
zipp==3.22.0
395+
zipp==3.23.0
396396
# via importlib-metadata
397397

398398
# The following packages are considered to be unsafe in a requirements file:

src/rocm_docs/data/projects.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ projects:
1919
hipcc:
2020
target: https://rocm.docs.amd.com/projects/HIPCC/en/${version}
2121
development_branch: amd-staging
22+
hipcim: https://rocm.docs.amd.com/projects/hipcim/en/${version}
2223
hipcub: https://rocm.docs.amd.com/projects/hipCUB/en/${version}
2324
hipdf: https://rocm.docs.amd.com/projects/hipDF/en/${version}
2425
hipfft: https://rocm.docs.amd.com/projects/hipFFT/en/${version}
@@ -81,9 +82,15 @@ projects:
8182
rocm-ds:
8283
target: https://rocm.docs.amd.com/projects/rocm-ds/en/${version}
8384
development_branch: develop
85+
rocm-ls:
86+
target: https://rocm.docs.amd.com/projects/rocm-ls/en/${version}
87+
development_branch: develop
8488
rocm-ds-internal:
8589
target: https://rocm.docs.amd.com/projects/rocm-ds-internal/en/${version}
8690
development_branch: develop
91+
rocm-ls-internal:
92+
target: https://rocm.docs.amd.com/projects/rocm-ls-internal/en/${version}
93+
development_branch: main
8794
rocm-install-on-linux:
8895
target: https://rocm.docs.amd.com/projects/install-on-linux/en/${version}
8996
development_branch: develop
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% macro license_link() -%}{%- endmacro -%}
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{% macro top_level_header(branch, latest_version, release_candidate_version) -%}
2+
{% if branch in ["develop", "master", "main", "amd-master", "amd-staging"] %}
3+
{% set version_name = "Future Release" %}
4+
{% elif branch == "latest" %}
5+
{% set version_name = "25.06" %}
6+
{% else %}
7+
{% set version_name = branch %}
8+
{% endif %}
9+
<a class="klavika-font hover-opacity" href="{{ projects['rocm-ls'] }}">ROCm Life Science {{ version_name }}</a>
10+
{%- endmacro -%}
11+
12+
{% if theme_repository_url.endswith("-docs") %}
13+
{% set repo_url = theme_repository_url|replace("-docs", "") %}
14+
{% else %}
15+
{% set repo_url = theme_repository_url %}
16+
{% endif %}
17+
18+
{% set repo_url = repo_url|replace("http://", "https://") %}
19+
20+
{% macro version_list() -%}
21+
{% if theme_version_list_link %}
22+
<a class="header-all-versions" href="{{ theme_version_list_link }}">Version List</a>
23+
{% endif %}
24+
{%- endmacro -%}
25+
26+
{%
27+
set nav_secondary_items = {
28+
"GitHub": repo_url,
29+
"Community": "https://github.com/ROCm/ROCm/discussions",
30+
"Blogs": "https://rocm.blogs.amd.com/",
31+
"ROCm&#8482; Docs": "https://rocm.docs.amd.com",
32+
"ROCm Developer Hub": "https://www.amd.com/en/developer/resources/rocm-hub.html",
33+
"Instinct&#8482; Docs": "https://instinct.docs.amd.com",
34+
"Infinity Hub": "https://www.amd.com/en/developer/resources/infinity-hub.html",
35+
"Support": repo_url + "/issues/new/choose"
36+
}
37+
%}
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{%
2+
set main_doc_link = ("ROCm Life Science", projects['rocm-ls'])
3+
%}

0 commit comments

Comments
 (0)