.readthedocs.yaml 481 Bytes
Newer Older
Woosuk Kwon's avatar
Woosuk Kwon committed
1
2
3
4
5
6
7
8
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

version: 2

build:
  os: ubuntu-22.04
  tools:
9
    python: "3.12"
Woosuk Kwon's avatar
Woosuk Kwon committed
10
11

sphinx:
12
13
  configuration: docs/source/conf.py
  fail_on_warning: true
Woosuk Kwon's avatar
Woosuk Kwon committed
14
15

# If using Sphinx, optionally build your docs in additional formats such as PDF
16
formats: []
Woosuk Kwon's avatar
Woosuk Kwon committed
17
18
19

# Optionally declare the Python requirements required to build your docs
python:
20
21
  install:
    - requirements: docs/requirements-docs.txt