diff --git a/.readthedocs.yaml b/.readthedocs.yaml index f26f84cf5f7..44e0bbac5a7 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -13,6 +13,10 @@ build: tools: python: "3.10" +python: + install: + - requirements: docs/requirements.txt + # Build documentation in the docs/ directory with Sphinx sphinx: configuration: docs/conf.py