Diff of /.readthedocs.yml [000000] .. [e5f1db]

Switch to unified view

a b/.readthedocs.yml
1
version: 2
2
build:
3
    os: ubuntu-24.04
4
    tools:
5
        python: "3.12"
6
    commands:
7
        - asdf plugin add uv
8
        - asdf install uv latest
9
        - asdf global uv latest
10
        - uv venv
11
        - uv pip install .[docs]
12
        - .venv/bin/python -m sphinx -T -b html -d docs/_build/doctrees -D language=en docs $READTHEDOCS_OUTPUT/html
13
sphinx:
14
    configuration: docs/conf.py
15
    fail_on_warning: false
16
17
submodules:
18
    include: all