2020-11-06 10:44:25 +00:00
|
|
|
---
|
|
|
|
version: 2
|
2020-11-06 11:42:36 +00:00
|
|
|
sphinx:
|
|
|
|
configuration: doc/conf.py
|
2022-07-08 14:43:23 +00:00
|
|
|
build:
|
2023-03-12 09:35:38 +00:00
|
|
|
os: "ubuntu-22.04"
|
2022-07-08 14:43:23 +00:00
|
|
|
apt_packages:
|
|
|
|
- libsasl2-dev
|
|
|
|
- libldap2-dev
|
|
|
|
- libssl-dev
|
2023-03-12 09:35:38 +00:00
|
|
|
tools:
|
|
|
|
python: "3.11"
|
|
|
|
jobs:
|
|
|
|
post_create_environment:
|
|
|
|
- pip install poetry
|
2023-05-05 08:20:10 +00:00
|
|
|
- poetry export --with doc --output requirements.txt
|
2023-03-12 09:35:38 +00:00
|
|
|
post_install:
|
2023-05-05 08:26:07 +00:00
|
|
|
- pip install .
|
2023-05-05 08:20:10 +00:00
|
|
|
- pip install --requirement requirements.txt
|