This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/v3-1-test by this push:
     new f56cc1cb6fe [v3-1-test] Exclude .pnpm-store from autoapi doc 
generation (#63386) (#63399)
f56cc1cb6fe is described below

commit f56cc1cb6fed83944948e6b4ca4c1c224a5d9427
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 12 03:48:29 2026 +0100

    [v3-1-test] Exclude .pnpm-store from autoapi doc generation (#63386) 
(#63399)
    
    The FAB provider has a .pnpm-store directory inside www/ that autoapi
    was accidentally indexing, producing bogus API docs pages.
    (cherry picked from commit 2daf4b9290f4e65f6c01de4f2a1f8d2120f25256)
    
    Co-authored-by: Jarek Potiuk <[email protected]>
    Co-authored-by: Claude Opus 4.6 <[email protected]>
---
 devel-common/src/docs/utils/conf_constants.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel-common/src/docs/utils/conf_constants.py 
b/devel-common/src/docs/utils/conf_constants.py
index 77b4426363c..4b5fd30a760 100644
--- a/devel-common/src/docs/utils/conf_constants.py
+++ b/devel-common/src/docs/utils/conf_constants.py
@@ -331,6 +331,7 @@ BASIC_AUTOAPI_IGNORE_PATTERNS = [
     "*/airflow/executors/*",
     "*/_internal*",
     "*/node_modules/*",
+    "*/.pnpm-store/*",
     "*/migrations/*",
     "*/contrib/*",
     "*/example_taskflow_api_docker_virtualenv.py",

Reply via email to