libjxl

FORK: libjxl patches used on blog
git clone https://git.neptards.moe/blog/libjxl.git
Log | Files | Refs | Submodules | README | LICENSE

.readthedocs.yaml (508B)


      1 # Copyright (c) the JPEG XL Project Authors. All rights reserved.
      2 #
      3 # Use of this source code is governed by a BSD-style
      4 # license that can be found in the LICENSE file.
      5 #
      6 # readthedocs.io configuration file. See:
      7 #   https://docs.readthedocs.io/en/stable/config-file/v2.html
      8 
      9 version: 2
     10 
     11 sphinx:
     12    configuration: doc/sphinx/conf.py
     13 
     14 build:
     15    os: ubuntu-22.04
     16    tools:
     17       python: "3"
     18    apt_packages:
     19       - doxygen
     20       - graphviz
     21 
     22 python:
     23    install:
     24    - requirements: doc/sphinx/requirements.txt