From 93b03b2d098c73dcc1282479c6e690ed454cecfe Mon Sep 17 00:00:00 2001 From: Lindsey Gray Date: Tue, 19 Nov 2024 12:21:35 -0600 Subject: [PATCH] docs: edit pre_install portion of rtd config instead of overriding all commands --- .readthedocs.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index d9c21abcf..831d0e992 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,8 +10,9 @@ build: os: ubuntu-22.04 tools: python: "3.12" - commands: - - pip install '.[docs]' + jobs: + pre_install: + - pip install '.[docs]' # You can also specify other tool versions: # nodejs: "19" # rust: "1.64"