diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 4b078fd67..c70932560 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -12,7 +12,7 @@ build: python: "3.12" jobs: post_install: - - pip install '.[docs]' + - pip install '.[dev]' # You can also specify other tool versions: # nodejs: "19" # rust: "1.64"