diff --git a/.readthedocs.yml b/.readthedocs.yml index 73e1f8213..0f581ebba 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -1,2 +1,8 @@ +version: 2 + python: - pip_install: true + install: + - method: pip + path: . + extra_requirements: + - docs