diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 59f93fe35d7f0628b62cf4d2e3050080f71e6ee8..6afe3912a7cdb46ceeefcd6cf69400f01aa17c87 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -22,4 +22,5 @@ formats: all python: install: - method: setuptools - path: . \ No newline at end of file + path: . + - requirements: docs/requirements.txt