diff --git a/build/sparse-profiles/sphinx-docs b/build/sparse-profiles/sphinx-docs index 5bb6496a4793..670236e35c80 100644 --- a/build/sparse-profiles/sphinx-docs +++ b/build/sparse-profiles/sphinx-docs @@ -10,6 +10,12 @@ glob:**/*.md glob:**/*.js glob:**/*.jsm +# Potential included images. We don't glob all paths in order to avoid importing +# images unrelated to documentation (like branding or test images) +glob:**/docs/**.jpg +glob:**/docs/**.png +glob:**/docs/**.svg + # Python API docs. glob:**/*.py