diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 764ad2b..eec8805 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -25,5 +25,8 @@ formats: #Optionally declare the Python requirements required to build your docs python: - install: - - requirements: requirements.txt + install: + - method: pip + path: . + extra_requirements: + - docs