From af2bf3e2b91a13c5e0d76705f7a0a1f6ef87152a Mon Sep 17 00:00:00 2001 From: Henry Pinkard <7969470+henrypinkard@users.noreply.github.com> Date: Sat, 27 Jul 2024 07:36:40 +0200 Subject: [PATCH] fix indentation --- readthedocs.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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