From 3b73ec2b320a18d568ac9e833250a95dcfd2e910 Mon Sep 17 00:00:00 2001 From: Var <94229714+VarMonke@users.noreply.github.com> Date: Mon, 16 May 2022 11:59:42 +0530 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index c25f9e3..a253e45 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -10,5 +10,4 @@ python: install: - method: pip path: . - extra_requirements: - - docs + - requirements: docs/requirements.txt