From a9062c43892a450aabbdaa13a8f416b1001b2446 Mon Sep 17 00:00:00 2001 From: Ariel Rin Date: Tue, 26 Dec 2023 21:15:07 +1000 Subject: [PATCH] test starting redis on RTD --- .readthedocs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.readthedocs.yml b/.readthedocs.yml index 6837aabd..b3b00bfd 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -12,6 +12,9 @@ build: - redis tools: python: "3.11" + jobs: + post_system_dependencies: + - redis-server --daemonize yes # Build documentation in the docs/ directory with Sphinx sphinx: