j_aleksandrovich_en_uhg/.readthedocs.yaml

25 lines
452 B
YAML
Raw 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-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