Core: Change readthedocs build platform

Fixes #953
This commit is contained in:
Mike Auty
2023-05-10 21:57:59 +01:00
parent e28b42731e
commit 3f1797f7e5
+5 -1
View File
@@ -12,8 +12,12 @@ sphinx:
# Optionally build your docs in additional formats such as PDF and ePub
formats: all
build:
os: ubuntu-22.04
tools:
python: "3.11"
# Optionally set the version of Python and requirements required to build your docs
python:
version: 3.11
install:
- requirements: doc/requirements.txt