2017-12-30 07:42:38 +00:00
|
|
|
---
|
2019-02-25 15:28:53 +00:00
|
|
|
version: 2
|
2021-11-13 06:43:32 +00:00
|
|
|
|
2021-11-29 08:13:09 +00:00
|
|
|
build:
|
2024-07-17 12:14:35 +00:00
|
|
|
os: ubuntu-lts-latest
|
2021-11-29 08:13:09 +00:00
|
|
|
tools:
|
2022-09-28 08:40:38 +00:00
|
|
|
# Keep version in sync with tox.ini/docs and ci.yml/docs.
|
2023-11-28 12:16:17 +00:00
|
|
|
python: "3.12"
|
2024-07-17 12:14:35 +00:00
|
|
|
jobs:
|
|
|
|
# Need the tags to calculate the version (sometimes).
|
|
|
|
post_checkout:
|
|
|
|
- git fetch --tags
|
2019-02-25 15:41:22 +00:00
|
|
|
|
2024-07-26 04:30:17 +00:00
|
|
|
# Replace versions in sponsor URLs.
|
2024-07-17 13:27:30 +00:00
|
|
|
pre_build:
|
|
|
|
- python -Im pip install tox-uv
|
|
|
|
- python -Im tox run -e docs-sponsors
|
|
|
|
|
2021-11-29 08:13:09 +00:00
|
|
|
python:
|
2019-02-25 15:41:22 +00:00
|
|
|
install:
|
|
|
|
- method: pip
|
|
|
|
path: .
|
|
|
|
extra_requirements:
|
|
|
|
- docs
|