Package: rocm-docs-core / 1.22.0-1

Metadata

Package Version Patches format
rocm-docs-core 1.22.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Allow offline doc.patch | (download)

docs/conf.py | 3 2 + 1 - 0 !
docs/user_guide/linking_toc.md | 2 1 + 1 - 0 !
src/rocm_docs/data/projects.yaml | 8 6 + 2 - 0 !
src/rocm_docs/projects.py | 6 4 + 2 - 0 !
src/rocm_docs/theme.py | 16 11 + 5 - 0 !
5 files changed, 24 insertions(+), 11 deletions(-)

 allow offline doc

0002 Fix privacy issue.patch | (download)

src/rocm_docs/theme.py | 7 1 + 6 - 0 !
1 file changed, 1 insertion(+), 6 deletions(-)

 fix privacy issue

0003 Don t fail if not in git repo.patch | (download)

src/rocm_docs/article_info.py | 28 24 + 4 - 0 !
1 file changed, 24 insertions(+), 4 deletions(-)

 don t fail if not in git repo

0004 Add option to skip theme update.patch | (download)

src/rocm_docs/projects.py | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 add option to skip theme update

It's possible for the host to not have internet access, so
_update_theme_configs either needs a way to exit early, or it needs to
handle the failed request.

This implements the former in a user-configurable way.