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