Update readthedocs (#5565)

* Update readthedocs

* Tweak config file

* Cjange python version to 3.9

* Remove legacy option
This commit is contained in:
Oliver 2023-09-19 06:20:23 +10:00 committed by GitHub
parent 98eaa14eee
commit 314c93d55c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,6 +4,10 @@ mkdocs:
configuration: docs/mkdocs.yml
python:
version: 3.7
install:
- requirements: docs/requirements.txt
build:
os: "ubuntu-22.04"
tools:
python: "3.9"