pytest-mock/.readthedocs.yml
2023-11-13 00:36:04 +01:00

16 lines
205 B
YAML

version: 2
build:
os: ubuntu-22.04
tools:
python: "3.11"
sphinx:
configuration: docs/conf.py
fail_on_warning: true
python:
install:
- requirements: docs/requirements.txt
- path: .