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

version: 2

build:
  apt_packages:
  - "clang"
  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"