From 3a429d04ee6790322496c56511cabbff91f49a3d Mon Sep 17 00:00:00 2001 From: nateraw Date: Mon, 3 Oct 2022 17:07:24 -0400 Subject: [PATCH] :ambulance: supply --not_python_module for now --- .github/workflows/build_pr_documentation.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_pr_documentation.yml b/.github/workflows/build_pr_documentation.yml index 0020570a..00d398ad 100644 --- a/.github/workflows/build_pr_documentation.yml +++ b/.github/workflows/build_pr_documentation.yml @@ -16,4 +16,5 @@ jobs: package: pytorch-image-models package_name: timm repo_owner: rwightman - path_to_docs: pytorch-image-models/hfdocs/source \ No newline at end of file + path_to_docs: pytorch-image-models/hfdocs/source + additional_args: --not_python_module \ No newline at end of file