mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-10-09 09:08:28 -04:00

* reuse html builder * rename videos extension to youtube_frame * remove HTML body max/min parameters * remove reference to release number in HTML title
25 lines
275 B
YAML
25 lines
275 B
YAML
version: 2
|
|
|
|
build:
|
|
os: "ubuntu-lts-latest"
|
|
tools:
|
|
python: "3.13"
|
|
|
|
submodules:
|
|
include: all
|
|
recursive: true
|
|
|
|
sphinx:
|
|
builder: html
|
|
configuration: conf.py
|
|
fail_on_warning: false
|
|
|
|
python:
|
|
install:
|
|
- requirements: requirements.txt
|
|
|
|
formats:
|
|
- pdf
|
|
- epub
|
|
|
|
|