From b43e40a3ee4c3e61cf12850eedea0760579ce90a Mon Sep 17 00:00:00 2001 From: Matt Landreman Date: Fri, 27 Oct 2023 08:29:32 -0400 Subject: [PATCH] Fix readthedocs build error --- .readthedocs.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 03d679bc1..90dc5fffc 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -1,6 +1,11 @@ # Required version: 2 +build: + os: ubuntu-22.04 + tools: + python: "3.8" + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/source/conf.py @@ -11,9 +16,7 @@ sphinx: # formats: # - pdf -# Optionally set the version of Python and requirements required to build your docs python: - version: 3.8 install: - requirements: docs/requirements.txt - requirements: requirements.txt