Skip to content

Commit

Permalink
Merge branch 'develop' into prj
Browse files Browse the repository at this point in the history
  • Loading branch information
samjwu committed Dec 19, 2023
2 parents 7402d90 + 9263ef2 commit 439df2a
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 16 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.30.2 (2023-12-15)

### Fix

- adding linux and windows site fixes

## v0.30.1 (2023-12-06)

### Fix
Expand Down
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
copyright = (
"Copyright (c) 2023 Advanced Micro Devices, Inc. All rights reserved."
)
version = "0.30.1"
release = "0.30.1"
version = "0.30.2"
release = "0.30.2"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = 'rocm-docs-core'
version = "0.30.1"
version = "0.30.2"
authors=[
{name="Lauren Wrubleski", email="Lauren.Wrubleski@amd.com"}
]
Expand Down Expand Up @@ -73,7 +73,7 @@ color = true

[tool.commitizen]
name = "cz_conventional_commits"
version = "0.30.1"
version = "0.30.2"
version_files = ["pyproject.toml:^version", "docs/conf.py:^(version|release)"]
tag_format = "v$version"
annotated_tag = true
Expand Down
12 changes: 6 additions & 6 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ gitdb==4.0.11
# via gitpython
gitpython==3.1.40
# via rocm-docs-core (pyproject.toml)
identify==2.5.32
identify==2.5.33
# via pre-commit
idna==3.6
# via requests
Expand All @@ -90,7 +90,7 @@ importlib-resources==6.1.0 ; python_version < "3.9"
# via rocm-docs-core (pyproject.toml)
iniconfig==2.0.0
# via pytest
isort==5.12.0
isort==5.13.0
# via rocm-docs-core (pyproject.toml)
jinja2==3.1.2
# via
Expand Down Expand Up @@ -131,7 +131,7 @@ packaging==23.2
# pydata-sphinx-theme
# pytest
# sphinx
pathspec==0.11.2
pathspec==0.12.1
# via black
pip-tools==7.3.0
# via rocm-docs-core (pyproject.toml)
Expand Down Expand Up @@ -159,7 +159,7 @@ pygments==2.17.2
# mpire
# pydata-sphinx-theme
# sphinx
pyjson5==1.6.4
pyjson5==1.6.5
# via doxysphinx
pyjwt[crypto]==2.8.0
# via pygithub
Expand Down Expand Up @@ -192,7 +192,7 @@ requests==2.31.0
# via
# pygithub
# sphinx
ruff==0.1.6
ruff==0.1.7
# via rocm-docs-core (pyproject.toml)
six==1.16.0
# via python-dateutil
Expand Down Expand Up @@ -252,7 +252,7 @@ tomlkit==0.12.3
# via commitizen
tqdm==4.66.1
# via mpire
typing-extensions==4.8.0
typing-extensions==4.9.0
# via
# black
# mypy
Expand Down
12 changes: 6 additions & 6 deletions src/rocm_docs/data/projects.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ projects:
hip-vs:
target: https://rocm.docs.amd.com/projects/hip-vs/en/${version}
development_branch: master
linux-install:
target: https://rocm.docs.amd.com/projects/rocm-install-on-linux/en/${version}
development_branch: develop
miopen: https://rocm.docs.amd.com/projects/MIOpen/en/${version}
mivisionx: https://rocm.docs.amd.com/projects/MIVisionX/en/${version}
python: https://docs.python.org/3/
Expand All @@ -53,6 +50,12 @@ projects:
development_branch: amd-master
rocm: https://rocm.docs.amd.com/en/${version}
rocm-docs-core: https://rocm.docs.amd.com/projects/rocm-docs-core/en/${version}
rocm-install-on-linux:
target: https://rocm.docs.amd.com/projects/install-on-linux/en/${version}
development_branch: develop
rocm-install-on-windows:
target: https://rocm.docs.amd.com/projects/install-on-windows/en/${version}
development_branch: develop
rocm_smi_lib:
target: https://rocm.docs.amd.com/projects/rocm_smi_lib/en/${version}
development_branch: master
Expand All @@ -76,6 +79,3 @@ projects:
rtd: https://docs.readthedocs.io/en/stable/
sphinx: https://www.sphinx-doc.org/en/master/
transferbench: https://rocm.docs.amd.com/projects/TransferBench/en/${version}
windows-install:
target: https://rocm.docs.amd.com/projects/hipsdk-install-on-windows/en/${version}
development_branch: develop

0 comments on commit 439df2a

Please sign in to comment.