mirror of
https://github.com/DesignPatternsPHP/DesignPatternsPHP.git
synced 2025-01-17 05:28:16 +01:00
17 lines
207 B
YAML
17 lines
207 B
YAML
version: 2
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|
|
|
|
sphinx:
|
|
configuration: conf.py
|
|
fail_on_warning: false
|
|
|
|
formats:
|
|
- pdf
|
|
- epub |