diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 5662c1e7..9bb977a6 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -7,3 +7,7 @@ build: os: "ubuntu-22.04" tools: python: "3.11" + +python: + install: + - requirements: docs/requirements.txt