mirror of
https://github.com/QubesOS/qubes-doc.git
synced 2025-08-09 15:12:41 -04:00

This is done using tools at https://github.com/maiska/qubes-translation-utilz, commit 4c8e2a7f559fd37e29b51769ed1ab1c6cf92e00d.
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
|
|
|
|
|