diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 781f85f3..3e3fae00 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -4,6 +4,14 @@ version: 2 +python: + install: + - requirements: docs/requirements.txt + - method: pip + path: . + extra_requirements: + - docs + sphinx: builder: html configuration: docs/conf.py @@ -12,4 +20,4 @@ sphinx: build: os: "ubuntu-22.04" tools: - python: "3.11" + python: "3.11" \ No newline at end of file