mirror of
https://github.com/pypa/pip
synced 2023-12-13 21:30:23 +01:00
14 lines
191 B
YAML
14 lines
191 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
sphinx:
|
|
builder: dirhtml
|
|
configuration: docs/html/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|