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
This commit is contained in:
Mark Banner
2023-11-10 14:17:27 +00:00
parent 4913064b56
commit a62d8088b5
2 changed files with 3 additions and 1 deletions

View File

@@ -34,6 +34,8 @@ glob:testing/perfdocs/generated/**
# Python API docs. # Python API docs.
glob:**/*.py glob:**/*.py
# Referenced by some python files.
glob:taskcluster/ci/docker-image/kind.yml
# moz.build files are read to discover location of docs. # moz.build files are read to discover location of docs.
glob:**/moz.build glob:**/moz.build

View File

@@ -117,4 +117,4 @@ redirects:
fatal warnings: fatal warnings:
- "WARNING: '([^']*)' reference target not found:((?!.rst).)*$" - "WARNING: '([^']*)' reference target not found:((?!.rst).)*$"
max_num_warnings: 861 max_num_warnings: 809