From 39e822321f1baec4ecd5dd0a3eac1573ca8f2087 Mon Sep 17 00:00:00 2001 From: medmunds Date: Wed, 8 Feb 2023 13:13:37 -0800 Subject: [PATCH] Docs: update readthedocs.yml config Move deprecated python.version to build.tools.python, use latest stable Python 3 (rather than pinning 3.7). --- .readthedocs.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 9c8871b..314a0e0 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -3,6 +3,12 @@ version: 2 +build: + os: ubuntu-22.04 + tools: + # "last stable CPython version": + python: "3" + sphinx: configuration: docs/conf.py builder: dirhtml @@ -11,6 +17,5 @@ sphinx: formats: all python: - version: 3.7 install: - requirements: docs/requirements.txt