From a62d8088b5dea848edd134fceed1a4ee64f83c8c Mon Sep 17 00:00:00 2001 From: Mark Banner Date: Fri, 10 Nov 2023 14:17:27 +0000 Subject: [PATCH] Bug 1861953 - Add yaml files to sphinx-docs sparse checkout to avoid file not found issues in source generation. r=sylvestre Differential Revision: https://phabricator.services.mozilla.com/D193242 --- build/sparse-profiles/sphinx-docs | 2 ++ docs/config.yml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/build/sparse-profiles/sphinx-docs b/build/sparse-profiles/sphinx-docs index 7915159ddcbe..fa59e415391c 100644 --- a/build/sparse-profiles/sphinx-docs +++ b/build/sparse-profiles/sphinx-docs @@ -34,6 +34,8 @@ glob:testing/perfdocs/generated/** # Python API docs. glob:**/*.py +# Referenced by some python files. +glob:taskcluster/ci/docker-image/kind.yml # moz.build files are read to discover location of docs. glob:**/moz.build diff --git a/docs/config.yml b/docs/config.yml index 928296ee2d9f..66f94690020a 100644 --- a/docs/config.yml +++ b/docs/config.yml @@ -117,4 +117,4 @@ redirects: fatal warnings: - "WARNING: '([^']*)' reference target not found:((?!.rst).)*$" -max_num_warnings: 861 +max_num_warnings: 809