Update .readthedocs.yaml python version to 3.7 (#6893)

Changed the python version to 3.7 to address ReadTheDocs build problems
This commit is contained in:
MattRoweEAIF 2023-11-10 10:01:33 +01:00 committed by GitHub
parent e4421b4310
commit bac6931e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.12"
python: "3.7"
mkdocs:
configuration: mkdocs.yml
@ -18,4 +18,4 @@ mkdocs:
python:
install:
- requirements: Docs/requirements.txt
- requirements: Docs/requirements.txt