From ed6033bae21c6fa1c4fc1a55352e92785d4f3711 Mon Sep 17 00:00:00 2001 From: Terri Oda Date: Thu, 21 Sep 2023 13:12:52 -0700 Subject: [PATCH] docs: specify docs build.os & update docs to python 3.10 (#3349) * fixes #3323 --------- Signed-off-by: Terri Oda --- .readthedocs.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 51114e0958..791aab023e 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,6 +5,12 @@ # Required version: 2 +# Set the OS, Python version and other tools you might need +build: + os: ubuntu-22.04 + tools: + python: "3.10" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: doc/conf.py @@ -19,6 +25,6 @@ formats: # Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: doc/requirements.txt +