From 909690442661eaf8bdad633ec05f06f68b8cb3e0 Mon Sep 17 00:00:00 2001 From: Andrew Halberstadt Date: Mon, 9 Feb 2026 11:12:42 -0500 Subject: [PATCH] docs: fix warning caused by sphinx upgrade This unbreaks the doc generate task. --- src/taskgraph/transforms/run/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/taskgraph/transforms/run/common.py b/src/taskgraph/transforms/run/common.py index 5c33d64a8..7c0ac6e68 100644 --- a/src/taskgraph/transforms/run/common.py +++ b/src/taskgraph/transforms/run/common.py @@ -29,7 +29,7 @@ def add_cache(task, taskdesc, name, mount_point, skip_untrusted=False): task (dict): Tasks object. taskdesc (dict): Target task description to modify. name (str): Name of the cache. - mount_point (path): Path on the host to mount the cache. + mount_point (str): Path on the host to mount the cache. skip_untrusted (bool): Whether cache is used in untrusted environments (default: False). Only applies to docker-worker. """