argon2-cffi/.readthedocs.yaml
Hynek Schlawack 6c2264e203
Split docs targets for faster builds (#194)
* Split docs targets for faster builds

* Kill copypasta

* Try using uv's Python
2025-02-22 09:43:10 +01:00

21 lines
424 B
YAML

---
version: 2
build:
os: ubuntu-lts-latest
tools:
# Keep version in sync with tox.ini/docs.
python: "3.13"
jobs:
create_environment:
# Need the tags to calculate the version (sometimes).
- git fetch --tags
- asdf plugin add uv
- asdf install uv latest
- asdf global uv latest
build:
html:
- uvx --with tox-uv tox run -e docs-build -- $READTHEDOCS_OUTPUT