about summary refs log tree commit diff
path: root/src/c-rbtree/.readthedocs.yaml
blob: fd02d2971012a4c8bd8d8a84ad4df5f76ab952d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Read the Docs configuration file

version: 2

build:
  apt_packages:
  - "clang"
  jobs:
    pre_build:
    - meson subprojects download
  os: "ubuntu-22.04"
  tools:
    python: "3"

formats: "all"

python:
  install:
  - requirements: "src/docs/requirements.txt"
  system_packages: true

sphinx:
  configuration: "src/docs/conf.py"