• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1version: 2
2build:
3  os: ubuntu-20.04
4  tools:
5    python: "3.10"
6python:
7  install:
8    - requirements: requirements/docs.txt
9    - method: pip
10      path: .
11sphinx:
12  builder: dirhtml
13  fail_on_warning: true
14