From fedee98f9df1591c1f23abc8c1286da56b2486bc Mon Sep 17 00:00:00 2001 From: "Victor M. Alvarez" Date: Tue, 26 Mar 2024 19:21:08 +0100 Subject: [PATCH] Fix syntax error in `.readthedocs.yaml` --- .readthedocs.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 00af22db6a..31dbf0d704 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -30,6 +30,6 @@ sphinx: # Optional but recommended, declare the Python requirements required # to build your documentation # See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html - python: - install: - - requirements: docs/requirements.txt \ No newline at end of file +python: + install: + - requirements: docs/requirements.txt