From 981a7e0fac432e63a7767ee6b811a131a606aa97 Mon Sep 17 00:00:00 2001 From: Odair M <odairmario45@gmail.com> Date: Fri, 26 Aug 2022 17:57:38 -0300 Subject: [PATCH] fix: fix requirements keyword on file readthedocs.yaml --- .readthedocs.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index fa01e12..78ab5ad 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -2,7 +2,7 @@ version: 2 python: install: - - requeriments: ./requirements.txt + - requirements: ./requirements.txt sphinx: configuration: source/conf.py fail_on_warning: true -- GitLab