unfoldingWord_en_uag/.readthedocs.yaml

25 lines
450 B
YAML
Raw Normal View History

2021-12-07 17:17:50 +00:00
version: 2
# Build settings
build:
os: "ubuntu-22.04"
tools:
python: "3.7"
2022-06-21 21:57:36 +00:00
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: content/conf.py
# Optionally build your docs in additional formats such as PDF
2023-09-22 00:50:35 +00:00
formats:
- epub
- htmlzip
2022-06-21 21:57:36 +00:00
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
2021-12-07 17:17:50 +00:00
submodules:
include: all