diff --git a/.readthedocs.yaml b/.readthedocs.yaml index ca477b6592..ac03a9d5c1 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: + - method: pip + path: . - requirements: docs/requirements-docs.txt