diff --git a/.readthedocs.yaml b/.readthedocs.yaml index b340b8a..4cdda0e 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -14,5 +14,7 @@ formats: python: install: - - method: setuptools - path: .[docs] + - method: pip + path: . + extra_requirements: + - docs