From 8d1fe98e36b3215dc51b08e39dd6d85f99a53e8b Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Mon, 23 Oct 2023 13:07:03 -0400 Subject: [PATCH] docs: Update RTD config. (#4042) The 'build.os' setting is now required. --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ebb6957a568..3ac9680fa6e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,8 +10,13 @@ sphinx: configuration: docs/conf.py fail_on_warning: true +# Set the version of python needed to build these docs. +build: + os: "ubuntu-22.04" + tools: + python: "3.8" + # Optionally set the version of Python and requirements required to build your docs python: - version: "3.8" install: - requirements: requirements/docs.txt