diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c4171aae2..7dbb2d321 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -21,4 +21,6 @@ sphinx: # Optionally declare the Python requirements required to build your docs python: install: - - requirements: docs/requirements.txt \ No newline at end of file + - requirements: docs/requirements.txt + - method: pip + path: . \ No newline at end of file