pip/.readthedocs.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
191 B
YAML
Raw Normal View History

2019-08-01 08:38:00 +02:00
version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
2019-08-01 08:38:00 +02:00
sphinx:
2023-08-23 05:24:51 +02:00
builder: dirhtml
2019-08-01 08:38:00 +02:00
configuration: docs/html/conf.py
python:
install:
- requirements: docs/requirements.txt