Docs: update readthedocs.yml config

Move deprecated python.version to build.tools.python,
use latest stable Python 3 (rather than pinning 3.7).
This commit is contained in:
medmunds
2023-02-08 13:13:37 -08:00
parent 353e793323
commit 39e822321f

View File

@@ -3,6 +3,12 @@
version: 2 version: 2
build:
os: ubuntu-22.04
tools:
# "last stable CPython version":
python: "3"
sphinx: sphinx:
configuration: docs/conf.py configuration: docs/conf.py
builder: dirhtml builder: dirhtml
@@ -11,6 +17,5 @@ sphinx:
formats: all formats: all
python: python:
version: 3.7
install: install:
- requirements: docs/requirements.txt - requirements: docs/requirements.txt