mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-04-24 15:27:17 +00:00
24 lines
283 B
YAML
24 lines
283 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
python:
|
|
install:
|
|
- method: pip
|
|
path: .
|
|
extra_requirements:
|
|
- docs
|
|
- s3
|
|
- web
|
|
|
|
formats:
|
|
- pdf
|
|
|
|
sphinx:
|
|
builder: html
|
|
configuration: docs/conf.py
|
|
fail_on_warning: true
|