mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
22 lines
376 B
YAML
22 lines
376 B
YAML
version: 2
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: all
|
|
|
|
build:
|
|
os: ubuntu-24.04
|
|
tools:
|
|
python: '3.13'
|
|
jobs:
|
|
create_environment:
|
|
- asdf plugin add uv
|
|
- asdf install uv latest
|
|
- asdf global uv latest
|
|
install:
|
|
- UV_PROJECT_ENVIRONMENT="$READTHEDOCS_VIRTUALENV_PATH" uv --project docs sync
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|