j_aleksandrovich_en_uhg/.readthedocs.yaml

31 lines
662 B
YAML
Raw Permalink Normal View History

2021-12-07 17:17:19 +00:00
version: 2
2023-09-29 18:57:03 +00:00
build:
os: "ubuntu-22.04"
tools:
2023-09-29 19:22:41 +00:00
python: "3.7"
2023-10-06 09:20:18 +00:00
jobs:
post_build:
- mkdir -p $READTHEDOCS_OUTPUT/html/fonts
2023-10-06 09:29:02 +00:00
- cp fonts/SBL_Hbrw.ttf $READTHEDOCS_OUTPUT/html/fonts
- cp fonts/SBL_Hbrw.woff $READTHEDOCS_OUTPUT/html/fonts
2023-10-06 09:24:14 +00:00
- ls -al
2023-09-29 18:57:03 +00:00
2022-06-21 21:55:50 +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:38:58 +00:00
formats:
- epub
- htmlzip
2022-06-21 21:55:50 +00:00
# Optionally set the version of Python and requirements required to build your docs
python:
2023-09-29 18:57:03 +00:00
# version: "3.7"
2022-06-21 21:55:50 +00:00
install:
- requirements: docs/requirements.txt
2021-12-07 17:17:19 +00:00
submodules:
include: all