Skip to content

Use template for rapids stable and nightly version in docs #751

Description

@ncclementi

Across the docs we have instances where we need need to specify rapids versions and those will change depending on if they are stable or nightly, but they will also change every time there is a release.

For example in a case like

conda create -n rapids-26.04 -c rapidsai-nightly -c conda-forge rapids=26.04 python=3.13 'cuda-version>=13.0,<=13.1.1'

In the deployment repo we do it via:

https://github.com/rapidsai/deployment/blob/4bc97baef108058700218ee173019de9f3c10d87/source/conf.py#L25-L70

https://github.com/rapidsai/deployment/blob/main/extensions/rapids_version_templating.py

Maybe something similar could help here

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions