diff --git a/.readthedocs.yml b/.readthedocs.yml index 69cd7ec..12f3add 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -19,4 +19,6 @@ formats: [] python: version: 3.8 install: + - method: pip + path: . - requirements: docs/requirements.txt