From e1dc2ab0c26f108124902698041470a0bd8c46bc Mon Sep 17 00:00:00 2001 From: Paul Harris Date: Mon, 3 Jun 2024 18:20:01 +0300 Subject: [PATCH] readthedocs.yaml python field is not dictionary --- .readthedocs.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 0a23171..c1de6fd 100755 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,11 +5,11 @@ build: tools: python: "3.12" python: - - requirements: docs/source/requirements.txt - - method: pip - path: . - extra_requirements: - - docs + requirements: docs/source/requirements.txt + method: pip + path: . + extra_requirements: + - docs sphinx: builder: html