unfoldingWord_en_glm/.readthedocs.yaml

19 lines
334 B
YAML
Raw Permalink Normal View History

2021-11-24 08:08:17 +00:00
version: 2
# Build instructions
build:
os: "ubuntu-22.04"
tools:
python: "3.7"
# Optionally build your docs in additional formats such as PDF
formats:
- epub
- htmlzip
- pdf
# Optionally set the version of Python and requirements required to build your docs
2021-11-24 08:08:17 +00:00
python:
install:
- requirements: docs/requirements.txt