Merge pull request 'Updates to facilitate RtD build system upgrade' (#423) from rtd_upgrade into master

Reviewed-on: https://git.door43.org/unfoldingWord/en_glm/pulls/423
This commit is contained in:
j_aleksandrovich 2023-10-06 15:12:59 +00:00
commit c6bb499202
2 changed files with 14 additions and 0 deletions

View File

@ -1,5 +1,18 @@
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
python:
install:
- requirements: docs/requirements.txt

View File

@ -1 +1,2 @@
docutils<0.18
sphinx-rtd-theme==1.3.0