mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-13 15:46:53 +03:00
16 lines
181 B
YAML
16 lines
181 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.12"
|
|
|
|
sphinx:
|
|
configuration: docs/conf.py
|
|
|
|
formats: all
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|