From b0f5184bf520735aa34a2360d0022e12facb5bca Mon Sep 17 00:00:00 2001 From: "Adam J. Stewart" Date: Thu, 25 Jan 2024 18:38:38 +0100 Subject: [PATCH] RtD: use stable dependency versions (#1827) --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 47b11a3cda7..534c7e24017 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,10 +13,9 @@ build: # Configuration of the Python environment to be used python: install: + - requirements: requirements/required.txt - requirements: requirements/docs.txt - requirements: docs/requirements.txt - - method: pip - path: . # Configuration for Sphinx documentation sphinx: