Backed out 2 changesets (bug 903746) for causing non-unified build bustages on nsIPri...
[gecko.git] / third_party / jpeg-xl / .readthedocs.yaml
blobee25fed4816ff1cc5ce375b4e79419e4dcfe459b
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"
18    apt_packages:
19       - doxygen
20       - graphviz
22 python:
23    install:
24    - requirements: doc/sphinx/requirements.txt