
* update read the docs config * add hints on black code style * add link to black * fix path to requirements * include submodules in build * add submodule capabilities-data * format as list * post on execution on RTD * use sphinx rtd theme 1.2.0 * add apt dependencies
28 lines
409 B
YAML
28 lines
409 B
YAML
version: 2
|
|
formats:
|
|
- pdf
|
|
- epub
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.11"
|
|
apt_packages:
|
|
- graphviz
|
|
- libenchant-2-2
|
|
- gcc
|
|
- libcups2-dev
|
|
- python3-dev
|
|
sphinx:
|
|
configuration: doc/conf.py
|
|
submodules:
|
|
include:
|
|
- capabilities-data
|
|
recursive: true
|
|
|
|
python:
|
|
install:
|
|
- requirements: doc/requirements.txt
|
|
- method: pip
|
|
path: .
|
|
system_packages: true
|