15 lines
281 B
YAML
15 lines
281 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-22.04"
|
|
tools:
|
|
python: "3.12"
|
|
jobs:
|
|
post_create_environment:
|
|
- pip install poetry
|
|
- poetry config virtualenvs.create false
|
|
post_install:
|
|
- poetry install --with docs
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|