diff --git a/readthedocs.yaml b/readthedocs.yaml index 1799bb1..c02dd90 100644 --- a/readthedocs.yaml +++ b/readthedocs.yaml @@ -1,8 +1,8 @@ version: 2 - python: - install: - - requirements: docs/requirements.txt + python: + install: + - requirements: docs/requirements.txt - sphinx: - configuration: docs/conf.py + sphinx: + configuration: docs/conf.py