From 0c70c9a2bf60ec6ea5e8e9f2e9e79a93a547ae17 Mon Sep 17 00:00:00 2001 From: daanvaningen Date: Mon, 5 Feb 2024 15:20:36 +0100 Subject: [PATCH] add requirements to build config --- .readthedocs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 17eb94f..7e04a41 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -24,3 +24,4 @@ python: install: - method: pip path: . + - requirements: "requirements_docker.txt"