.readthedocs.yaml 351 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
12
mkdocs:
  configuration: mkdocs.yaml
Woosuk Kwon's avatar
Woosuk Kwon committed
13
14
15

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