From 82d49743cadab1e5b4d7c1f097ea02161bb7a5fd Mon Sep 17 00:00:00 2001 From: mmRoshani Date: Sat, 21 Dec 2024 01:43:26 +0330 Subject: [PATCH] OPS[app]: github action --- .readthedocs.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.readthedocs.yml b/.readthedocs.yml index 06e08b1..644ef01 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,7 +12,9 @@ build: python: install: - - requirements: docs/requirements-docs.txt + - method: pip + path: . + # - requirements: docs/requirements-docs.txt sphinx: configuration: docs/conf.py \ No newline at end of file