mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-01-02 19:21:05 -05:00
26 lines
270 B
YAML
26 lines
270 B
YAML
|
version: 2
|
||
|
|
||
|
build:
|
||
|
os: "ubuntu-22.04"
|
||
|
tools:
|
||
|
python: "3.10"
|
||
|
|
||
|
submodules:
|
||
|
include: all
|
||
|
recursive: true
|
||
|
|
||
|
sphinx:
|
||
|
builder: html
|
||
|
configuration: conf.py
|
||
|
fail_on_warning: false
|
||
|
|
||
|
python:
|
||
|
install:
|
||
|
- requirements: requirements.txt
|
||
|
|
||
|
formats:
|
||
|
- pdf
|
||
|
- epub
|
||
|
|
||
|
|