From 54c0cd3a43d2b64dc35a7a6509b0837814f33ce4 Mon Sep 17 00:00:00 2001 From: Arnaud Belcour Date: Thu, 29 Feb 2024 14:32:18 +0100 Subject: [PATCH] Add mock dependency for docs. --- docs/requirements.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 52b04f2..2130d8a 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1 +1,2 @@ -sphinx_rtd_theme \ No newline at end of file +sphinx_rtd_theme +mock \ No newline at end of file