mirror of
https://github.com/arcan1s/ahriman.git
synced 2025-06-27 14:22:10 +00:00
21 lines
256 B
YAML
21 lines
256 B
YAML
version: 2
|
|
|
|
build:
|
|
os: ubuntu-20.04
|
|
tools:
|
|
python: "3.12"
|
|
apt_packages:
|
|
- graphviz
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|
|
|
|
formats:
|
|
- pdf
|
|
|
|
sphinx:
|
|
builder: html
|
|
configuration: docs/conf.py
|
|
fail_on_warning: true
|