Bug 1844495: Implement base of MDN Suggestions r=adw,dao
[gecko.git] / third_party / jpeg-xl / .readthedocs.yaml
blob6d714ba1aa6671b819548e9e8cb4cd72206cb9a2
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 python:
15    version: "3.7"
16    install:
17    - requirements: doc/sphinx/requirements.txt