From 56cd716bc52ecdb4e2c161b4fdada63d8f6e2c23 Mon Sep 17 00:00:00 2001 From: Alex Kavanagh Date: Thu, 18 Jan 2024 12:36:16 +0000 Subject: [PATCH] Fix typo in requirements for readthedocs integration The job at readthedocs.org is failing due to a typo in .readthedocs.yaml causing build failures. --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6a78245db..e22adb45f 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,4 +12,4 @@ sphinx: # Explicitly set the version of Python and its requirements python: install: - - requirements: docs-requirements.txt + - requirements: doc-requirements.txt