mirror of
https://github.com/angr/angr
synced 2026-08-17 12:23:11 -04:00
18 lines
342 B
YAML
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
|