Re: https://rocm-team.pages.debian.net/ Page and rocm-docs-build
On 2025-09-10 14:28, Christian BAYLE wrote:
> the ci/cd is at the moment installing the rocm-doc package [2]
> and copy the generated doc as a front page for
>
> https://rocm-team.pages.debian.net/
That's awesome! I admit that when I updated the libs, I performed the
docs part somewhat mechanically after the first two packages, and
stopped checking the output.
> I will probably try to eat my own dog food to make something more debian
> specific using the rocm-readme-gen script and rocm-docs python lib
>
> Will probably try to put there the doc from the various rocm doc packages.
>
> there is a new script in python3-rocm-docs (>=1.23.0-5) in unstable:
>
> - rocm-docs-build that you should be able to use in your debian/rules
> like this:
>
> ---
> execute_after_dh_auto_build-indep: export http_proxy=127.0.0.1:9
> execute_after_dh_auto_build-indep: export https_proxy=127.0.0.1:9
> execute_after_dh_auto_build-indep:
> ifeq (,$(filter nodoc,$(DEB_BUILD_OPTIONS)))
> rocm-docs-build
> endif
> ---
Also very useful, thanks a lot.
Best,
Christian
Reply to: