Updates to facilitate RtD build system upgrade

This commit is contained in:
yakob-aleksandrovich 2023-10-06 17:10:32 +02:00
parent c7d09e7d77
commit f6c68a9b08
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