mirror of
https://github.com/MaJerle/lwmem.git
synced 2025-01-13 21:42:53 +08:00
19 lines
273 B
YAML
19 lines
273 B
YAML
|
version: 2
|
||
|
build:
|
||
|
os: ubuntu-22.04
|
||
|
tools:
|
||
|
python: "3.11"
|
||
|
|
||
|
# Build documentation in the docs/ directory with Sphinx
|
||
|
sphinx:
|
||
|
configuration: docs/conf.py
|
||
|
|
||
|
# Python configuration
|
||
|
python:
|
||
|
install:
|
||
|
- requirements: docs/requirements.txt
|
||
|
|
||
|
formats:
|
||
|
- pdf
|
||
|
- epub
|