diff --git a/readthedocs.yml b/readthedocs.yml index 832cbbd..e67b867 100644 --- a/readthedocs.yml +++ b/readthedocs.yml @@ -12,4 +12,6 @@ formats: all 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