Update readthedocs config

see https://docs.readthedocs.io/en/stable/config-file/v2.html#build-os
> The configuration key build.os is required to build your documentation.
update-read-the-docs
Nicco Kunzmann 2023-08-30 08:40:09 +01:00
rodzic b54e81b21f
commit 1753446576
1 zmienionych plików z 5 dodań i 2 usunięć

Wyświetl plik

@ -12,9 +12,12 @@ sphinx:
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
# Optionally set the version of Python and requirements required to build your docs
build:
os: ubuntu-22.04
tools:
python: "3.11"
python:
version: 3.7
install:
- requirements: requirements_docs.txt
- method: pip