From 166292e79178d21ce2f2febbc8f23ba175eebe47 Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Wed, 27 Nov 2024 18:41:17 +1300 Subject: [PATCH] Use the same requirements for local and rtd installs. --- .readthedocs.yaml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index e206f75d2..f18916664 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,15 +2,7 @@ version: 2 python: install: - - method: pip - path: . - extra_requirements: - - docs - -python: - install: - - method: pip - path: testing/ + - requirements: docs/requirements.txt build: os: ubuntu-22.04