Chore: Upgrade Jenkins-job-builder to 6.2.0
[releng/global-jjb.git] / .readthedocs.yml
1 ---
2 # Read the Docs configuration file
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
4
5 # Required
6 version: 2
7
8 # Build documentation in the docs/ directory with Sphinx
9 sphinx:
10   configuration: docs/conf.py
11
12 # Optionally build your docs in additional formats such as PDF
13 formats:
14   - pdf
15
16 build:
17   os: ubuntu-22.04
18   tools:
19     python: "3.11"
20   jobs:
21     post_checkout:
22       - git fetch --unshallow || true
23
24 python:
25   install:
26     - requirements: requirements.txt