diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 9abcda2..dd09666 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: docs/requirements.txt + install: + - method: pip + path: . + extra_requirements: + - doc \ No newline at end of file