forked from Github-Mirrors/canaille
18 lines
342 B
YAML
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
|