From 67055e1c873a4221c70a7e814852c441c3263189 Mon Sep 17 00:00:00 2001 From: JeffreyChen Date: Mon, 27 Apr 2026 15:08:00 +0800 Subject: [PATCH] Mock remaining runtime deps in Sphinx conf so RTD build succeeds without them --- docs/source/conf.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/source/conf.py b/docs/source/conf.py index f43da4f..4d20603 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -50,6 +50,10 @@ "opentelemetry", "axe_selenium_python", "testcontainers", + "webdriver_manager", + "requests", + "dotenv", + "defusedxml", ] # sphinxcontrib-mermaid renders the ``.. mermaid::`` directive used in