diff --git a/.readthedocs.yaml b/.readthedocs.yaml index bb170ff..150f37a 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -5,6 +5,10 @@ build: tools: python: "3.12" +python: + install: + - requirements: requirements.txt + # Build documentation in the "docs/" directory with Sphinx sphinx: configuration: docs/conf.py \ No newline at end of file