diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c68ede4684..18007f4468 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,3 +8,7 @@ build: sphinx: builder: dirhtml configuration: docs/conf.py + + python: + install: + - requirements: docs/requirements.txt