diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 37a4fa4..e199d98 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,13 +2,15 @@ version: 2 build: - os: ubuntu-22.04 - tools: - python: "3.12" + os: ubuntu-22.04 + tools: + python: "3.12" sphinx: - configuration: docs/conf.py + configuration: docs/conf.py python: - install: - - requirements: docs/requirements.txt + install: + - requirements: docs/requirements.txt + - method: pip + path: .