18 lines
205 B
YAML
18 lines
205 B
YAML
version: 2
|
|
|
|
formats:
|
|
- epub
|
|
- htmlzip
|
|
|
|
build:
|
|
os: ubuntu-22.04
|
|
tools:
|
|
python: "3.10"
|
|
|
|
sphinx:
|
|
configuration: docs/source/conf.py
|
|
|
|
python:
|
|
install:
|
|
- requirements: docs/requirements.txt
|