diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 07f013cf..2b059235 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -32,4 +32,6 @@ sphinx: # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html 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