diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c91b2db..cbdb3b1 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,4 +5,8 @@ build: python: "3.12" sphinx: - configuration: docs/conf.py \ No newline at end of file + configuration: docs/conf.py + +python: + install: + - requirements: docs/requirements.txt \ No newline at end of file