From 838434c269a225bef167fa4314df905b97b9e958 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Tue, 10 Oct 2023 08:14:19 -0300 Subject: [PATCH] Install requirements.txt while building docs --- .readthedocs.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 8bec8b57..15c72493 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -11,3 +11,4 @@ sphinx: python: install: - path: . + - requirements: docs/requirements.txt