canaille-globuzma/.readthedocs.yml
2023-03-12 10:35:38 +01:00

18 lines
342 B
YAML

---
version: 2
sphinx:
configuration: doc/conf.py
build:
os: "ubuntu-22.04"
apt_packages:
- libsasl2-dev
- libldap2-dev
- libssl-dev
tools:
python: "3.11"
jobs:
post_create_environment:
- pip install poetry
- poetry config virtualenvs.create false
post_install:
- poetry install --with doc