diff --git a/.readthedocs.yml b/.readthedocs.yml index dc688110..4b2e56d4 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,10 +19,5 @@ build: os: ubuntu-22.04 tools: python: "3.12" - -python: - install: - - method: pip - path: . - extra_requirements: - - doc + commands: + - pip install . --dependency-groups=doc