diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c1948b4..1a70a65 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,4 +6,10 @@ build: python: "3.12" sphinx: - configuration: docs/source/conf.py \ No newline at end of file + configuration: docs/source/conf.py + +python: + install: + - requirements: docs/requirements.txt + - method: pip + path: . \ No newline at end of file