mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2025-12-23 14:27:59 -05:00
15 lines
192 B
YAML
15 lines
192 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-20.04"
|
|
tools:
|
|
python: "3.8"
|
|
|
|
sphinx:
|
|
fail_on_warning: true
|
|
configuration: docs/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|