xref: /aosp_15_r20/external/bazelbuild-rules_python/.readthedocs.yml (revision 60517a1edbc8ecf509223e9af94a7adec7d736b8)
1
2version: 2
3
4build:
5  os: "ubuntu-22.04"
6  tools:
7    nodejs: "19"
8  commands:
9    - env
10    - npm install -g @bazel/bazelisk
11    - bazel version
12    # Put the actual build behind a shell script because its easier to modify than
13    # the yaml config.
14    - docs/readthedocs_build.sh
15