From c1d7498b4c9521d726c04aa020158c5dc892278c Mon Sep 17 00:00:00 2001 From: David Minton Date: Tue, 19 Dec 2023 19:38:02 -0500 Subject: [PATCH] Fixed typo in environment variable --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4fb8d183b..594aea04c 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -20,7 +20,7 @@ build: jobs: pre_build: - ford fortran_docs.md - - BUILD_DOCS=1 pip install . + - DOC_BUILD=1 pip install . python: install: - requirements: docs/requirements.txt