angr/.readthedocs.yml
2026-05-01 23:08:38 -07:00

18 lines
342 B
YAML

# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: 2
sphinx:
configuration: docs/conf.py
formats: [pdf]
python:
install:
- method: uv
command: sync
extras: all
groups: [docs]
build:
os: ubuntu-24.04
tools:
python: "3.12"
rust: latest