diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ab2c295..0711c83 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,7 +6,7 @@ build: jobs: install: - pip install --upgrade pip - - pip install --group 'docs' + - pip install --group 'docs' . build: html: - make docs