Bug 1859954 - Use XP_DARWIN rather than XP_MACOS in PHC r=glandium
[gecko.git] / third_party / jpeg-xl / .readthedocs.yaml
blob8f20954a8a58676ceab8a5543de56ccba7460c37
1 # Copyright (c) the JPEG XL Project Authors. All rights reserved.
3 # Use of this source code is governed by a BSD-style
4 # license that can be found in the LICENSE file.
6 # readthedocs.io configuration file. See:
7 #   https://docs.readthedocs.io/en/stable/config-file/v2.html
9 version: 2
11 sphinx:
12    configuration: doc/sphinx/conf.py
14 build:
15    os: ubuntu-22.04
16    tools:
17       python: "3"
20 python:
21    install:
22    - requirements: doc/sphinx/requirements.txt