Fix: Skip sigul installation on Ubuntu
[releng/global-jjb.git] / .readthedocs.yml
1 ---
2 # SPDX-License-Identifier: EPL-1.0
3 # SPDX-FileCopyrightText: 2017 The Linux Foundation
4 # Read the Docs configuration file
5 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
6
7 # Required
8 version: 2
9
10 # Build documentation in the docs/ directory with Sphinx
11 sphinx:
12   configuration: docs/conf.py
13
14 # Optionally build your docs in additional formats such as PDF
15 formats:
16   - pdf
17
18 build:
19   os: ubuntu-22.04
20   tools:
21     python: "3.11"
22   jobs:
23     post_checkout:
24       - git fetch --unshallow || true
25
26 python:
27   install:
28     - requirements: requirements.txt