diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 6b131a63..2f9055ba 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -3,5 +3,10 @@ build: os: "ubuntu-20.04" tools: python: "3.10" + +python: + install: + - requirements: docs/requirements.txt + sphinx: configuration: docs/conf.py \ No newline at end of file