Files
ahriman/.readthedocs.yml
T
arcanis a4a7c13344 fix: disable colors for importing parser calls
In case if parser is used to generate docs, it remains w\o colors, but
help messages are still formatted with it
2026-07-18 14:12:33 +03:00

24 lines
339 B
YAML

version: 2
build:
os: ubuntu-lts-latest
tools:
python: "3.14"
apt_packages:
- graphviz
python:
install:
- requirements: docs/requirements.txt
- path: ahriman-core
- path: ahriman-triggers
- path: ahriman-web
formats:
- pdf
sphinx:
builder: html
configuration: docs/conf.py
fail_on_warning: true