unfoldingWord_en_uhg/.readthedocs.yaml

29 lines
628 B
YAML

version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.7"
jobs:
post_build:
- mkdir -p $READTHEDOCS_OUTPUT/html/fonts
- cp fonts/SBL_Hbrw.ttf $READTHEDOCS_OUTPUT/html/fonts
- cp fonts/SBL_Hbrw.woff $READTHEDOCS_OUTPUT/html/fonts
# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: content/conf.py
# Optionally build your docs in additional formats such as PDF
formats:
- epub
- htmlzip
# Optionally set the version of Python and requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
submodules:
include: all