From 5fc862da99fa7f5b8ed1d8a97ccb99af7ade16de Mon Sep 17 00:00:00 2001 From: Feanil Patel Date: Fri, 20 Oct 2023 11:59:54 -0400 Subject: [PATCH] build: Fix docs build. The `os` setting is now required for builds. --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e093fa93d..1d5323576 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -15,8 +15,13 @@ formats: - pdf - epub +# 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/doc.txt