From 75cc05927f15a9aa4665290dd72c74861857eed3 Mon Sep 17 00:00:00 2001 From: Var <94229714+VarMonke@users.noreply.github.com> Date: Mon, 16 May 2022 11:51:03 +0530 Subject: [PATCH] Update .readthedocs.yaml --- .readthedocs.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 1a8569d..c25f9e3 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -6,4 +6,9 @@ sphinx: builder: html python: - version: 3.8 \ No newline at end of file + version: 3.8 + install: + - method: pip + path: . + extra_requirements: + - docs