• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2version: 2
3
4formats:
5  - pdf
6  - htmlzip
7
8sphinx:
9  configuration: docs/source/conf.py
10
11build:
12  os: "ubuntu-22.04"
13  tools:
14    python: "3.11"
15    nodejs: "19"
16  jobs:
17    pre_build:
18      - npm install -g @bazel/bazelisk
19      - bazel run //docs:run_sphinx_build
20
21python:
22  install:
23    - requirements: docs/requirements.txt
24