From 35aac5eb15322c29d73d8ef3ce23981593da16ca Mon Sep 17 00:00:00 2001 From: Paul Harris Date: Mon, 3 Jun 2024 18:25:54 +0300 Subject: [PATCH] Add install to requirements.txt --- .readthedocs.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index c1de6fd..5d6d86d 100755 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,11 +5,12 @@ build: tools: python: "3.12" python: - requirements: docs/source/requirements.txt - method: pip - path: . - extra_requirements: - - docs + install: + - requirements: docs/source/requirements.txt + - method: pip + path: . + extra_requirements: + - docs sphinx: builder: html