diff --git a/.readthedocs.yml b/.readthedocs.yml index a49ea6e5..caca0752 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -26,5 +26,7 @@ build: python: install: - - requirements: requirements-docs.txt - - {path: ., method: pip} + - extra_requirements: + - .[docs] + path: . + method: pip