aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/external/metalang99/.readthedocs.yaml
blob: 92f27605d38e439f6ff19d8ea03c699acf20a5f3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# See <https://docs.readthedocs.io/en/stable/config-file/index.html>.

version: 2

build:
  os: ubuntu-22.04
  tools:
    python: "3.12"

python:
  install:
    - requirements: docs/requirements.txt

sphinx:
  builder: html
  configuration: docs/conf.py
  fail_on_warning: true